lots, voyager post
This commit is contained in:
16
index.html
16
index.html
@@ -3,6 +3,10 @@
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<meta
|
||||
name="description"
|
||||
content="Ted Pier's portfolio and personal website."
|
||||
/>
|
||||
<title>MiningTcup</title>
|
||||
<link rel="stylesheet" href="style.css" />
|
||||
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
|
||||
@@ -103,10 +107,10 @@
|
||||
That's what you're using right now- my website! It's a classic Nginx
|
||||
webserver. Notice how fast it loaded? That's what happens when a
|
||||
website is written without any libraries, tracking, or external
|
||||
fonts. Additionally, this includes a frontend for accessing the
|
||||
fonts. Additionally, this includes a
|
||||
<a href="/maps">map</a> frontend using the
|
||||
<a href="https://openfreemap.org/">OpenFreeMap</a>
|
||||
public instance. You can access that
|
||||
<a href="/maps">here</a>. I also have a collection of questionably
|
||||
public instance. I also have a collection of questionably
|
||||
redistributable files in my <a href="/archive">archive</a>.
|
||||
</p>
|
||||
<h3>DNS Servers</h3>
|
||||
@@ -165,6 +169,12 @@
|
||||
</div>
|
||||
</section>
|
||||
<hr />
|
||||
<ul id="index">
|
||||
<li><a href="/lulu">Lulu</a></li>
|
||||
<li><a href="/archive">Archive</a></li>
|
||||
<li><a href="/blog">Blog</a></li>
|
||||
<li class="f-l"><a href="#top">Return to Top</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<script src="script.js" defer></script>
|
||||
|
Reference in New Issue
Block a user