Skip to content

Commit

Permalink
fix typo, remove adsense
Browse files Browse the repository at this point in the history
  • Loading branch information
campwill committed Sep 4, 2024
1 parent fb1ad59 commit 3cacbb3
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 9 deletions.
4 changes: 1 addition & 3 deletions templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
<title>OSINT Dashboard</title>
<link rel="stylesheet" href="static/styles.css" />
<link href="https://fonts.cdnfonts.com/css/segoe-ui-4" rel="stylesheet" />
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5642728784073260"
crossorigin="anonymous"></script>
</head>
<body>
<div class="container">
Expand Down Expand Up @@ -79,7 +77,7 @@ <h2>Phone Lookup</h2>
<br />
<p>
Recieve location, carrier, and user information associated with
any phone number. Identify telecommunication provider that offer
any phone number. Identify telecommunication providers that offer
Voice over IP (VoIP) numbers, which are often used by scammers.
Our phone lookup tool also supports international numbers.
</p>
Expand Down
2 changes: 0 additions & 2 deletions templates/pid_tools.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@
rel="stylesheet"
type="text/css"
/>
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5642728784073260"
crossorigin="anonymous"></script>
</head>

<div id="dash-board">
Expand Down
2 changes: 0 additions & 2 deletions templates/report.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
/>
<link rel="stylesheet" href="https://unpkg.com/leaflet/dist/leaflet.css" />
<script src="https://unpkg.com/leaflet/dist/leaflet.js"></script>
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5642728784073260"
crossorigin="anonymous"></script>
</head>
<body>
<div id="exif-information">
Expand Down
2 changes: 0 additions & 2 deletions templates/web_tools.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
/>
<link rel="stylesheet" href="https://unpkg.com/leaflet/dist/leaflet.css" />
<script src="https://unpkg.com/leaflet/dist/leaflet.js"></script>
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5642728784073260"
crossorigin="anonymous"></script>
</head>
<body>
{% include 'header.html' %}
Expand Down

0 comments on commit 3cacbb3

Please sign in to comment.