-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
36 lines (36 loc) · 1.29 KB
/
index.html
File metadata and controls
36 lines (36 loc) · 1.29 KB
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
<html>
<!--Setup shit and titles-->
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="style.css">
<head>
<div class="header">
<title>EobSite1</title>
<h1>EobSite1</h1>
</div>
</head>
<br />
<!--Main Body-->
<body>
<div class="body">
<!--Links and Shit-->
<h3>NVG</h3>
<p>Find NVG stuff <a href="/NVG">here</a></p>
<br />
<h3>ShellTer</h3>
<p>Find the Installer for ShellTer <a href="https://raw.githubusercontent.com/NightVisionGroup/shellter/master/Installer.sh">here.</a></p>
<br />
<h3>PGP Public key</h3>
<p>Get my public key block <a href="pgppub.html">here</a><p>
<br />
<!--Other Shit-->
<h3>Whats this?</h3>
<p>Its my development website(hence why its a github site) where I test all my code and shit before I put it on my maih <a href="http://ethanob.com/"> website</a>
Currently I am planning on remodeling my website around something I can actually use and update(old website was just a template I found)
If you are here because you want to see how good I am then this isnt the place because most of the shit on here is broken as fuck.</p>
<br />
</div>
</body>
<foot>
<p>Get out</p>
</foot>
</html>