initial commit done , pre peoduction
This commit is contained in:
@@ -0,0 +1,45 @@
|
||||
<!doctype html>
|
||||
{% load static %}
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<link rel="stylesheet" href="{% static 'styles.css' %}" />
|
||||
<title>Who are you?</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<h1>
|
||||
U HAVE THREAD <br />
|
||||
UPON MY DOMAIN <br />
|
||||
& MUST SUFFER <br />
|
||||
WHO R U?
|
||||
</h1>
|
||||
|
||||
<div class="container">
|
||||
<div class="info">
|
||||
<h2>IP Address:</h2>
|
||||
<p id="ip">Loading...</p>
|
||||
</div>
|
||||
<div class="info">
|
||||
<h2>Country:</h2>
|
||||
<p id="country">Loading...</p>
|
||||
</div>
|
||||
<div class="info">
|
||||
<h2>City:</h2>
|
||||
<p id="city">Loading...</p>
|
||||
</div>
|
||||
<div class="info">
|
||||
<h2>Region:</h2>
|
||||
<p id="region">Loading...</p>
|
||||
</div>
|
||||
|
||||
<div class="info">
|
||||
<h2>Internet Provider:</h2>
|
||||
<p id="isp">Loading...</p>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
<script src='{% static "scripts.js" %}'></script>
|
||||
|
||||
</html>
|
||||
@@ -0,0 +1,13 @@
|
||||
User-agent: ia_archiver
|
||||
Disallow: /
|
||||
|
||||
User-agent: archive.org_bot
|
||||
Disallow: /
|
||||
|
||||
User-agent: Googlebot
|
||||
User-agent: AdsBot-Google
|
||||
Disallow: /
|
||||
|
||||
#Example of how to block all crawlers
|
||||
User-agent: *
|
||||
Disallow: /
|
||||
Reference in New Issue
Block a user