-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
42 lines (34 loc) · 2.02 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="google-site-verification" content="v18U-sK1ICkYNuMPSCu0omuvaeeBXJdyR5-hDvWmgbY" />
<title>Where is my hosts file?</title>
<meta name="description" content="Find out where your hosts file is located. Works for almost all operative systems." />
<meta name="keywords" content="hosts, host, hosts file, host file, find hosts file, find host file, os, operative system" />
<meta name="author" content="André S. Hansen" />
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/tippy.css">
<link rel="shortcut icon" href="static/images/search_icon.png">
<link rel="stylesheet" href="/static/styles.css">
<script src="https://code.jquery.com/jquery-3.1.0.min.js" integrity="sha256-cCueBR6CsyA4/9szpPfrX3s49M9vUU5BgtiJj06wt/s=" crossorigin="anonymous"></script>
<script src="https://unpkg.com/[email protected]/dist/tippy.js"></script>
<script src="/static/app.js"></script>
</head>
<body>
<header />
<section>
<div id="helpText" class="center">your hosts file is located here:</div>
<div id="hostFilePathBox" class="center" title="Click or select text inside to copy to clipboard" onclick="copyPathToClipboard()" ></div>
</section>
<footer>
<div id="footer" class="center">
<div>
<a href="/static/about.html">About</a> |
Created by <a href="https://github.com/Andrioden">André S. Hansen</a> after the idea by <a href="https://no.linkedin.com/in/fredrik-linna-281309b">Fredrik Linna</a> |
<a href="https://github.com/Andrioden/whereismyhostfile">Source Code</a>
</div>
<div>Icons made by <a href="http://www.freepik.com" title="Freepik">Freepik</a> from <a href="http://www.flaticon.com" title="Flaticon">www.flaticon.com</a> is licensed by <a href="http://creativecommons.org/licenses/by/3.0/" title="Creative Commons BY 3.0" target="_blank">CC 3.0 BY</a></div>
</div>
</footer>
</body>
</html>