You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
70 lines
2.7 KiB
70 lines
2.7 KiB
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<!-- Basic page meta -->
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<title>Jae's Website</title>
|
|
|
|
<!-- Style -->
|
|
<link rel="stylesheet" type="text/css" href="public/main.css">
|
|
<link rel="icon" href="public/icon.svg" type="image/svg+xml" sizes="any">
|
|
|
|
<!-- OpenGraph -->
|
|
<meta property="og:locale" content="en_GB">
|
|
<meta property="og:title" content="Jae's Website">
|
|
<meta property="og:url" content="https://jae.fi">
|
|
<meta property="og:site_name" content="Jae's Website">
|
|
<meta property="og:description" content="The website of Jae Lo Presti">
|
|
<meta property="og:image" content="https://bm.jae.fi/web/Logo-abs.png">
|
|
</head>
|
|
<body>
|
|
|
|
<div class="page">
|
|
<div class="header">
|
|
<a href="/">
|
|
<h1>
|
|
<span class="title">JAE'S WEBSITE</span><br/>
|
|
<span class="subtitle">Random beeps'n boops</span>
|
|
</h1>
|
|
</a>
|
|
<!-- TEMPORARY -->
|
|
<img src="public/logo.svg" alt="Logo" />
|
|
</div>
|
|
<div class="cpage">
|
|
<div class="mainPage">
|
|
<!-- CONTENT GOES HERE -->
|
|
</div>
|
|
<div class="navigation">
|
|
<h1>NAVIGATION</h1>
|
|
<div class="linklist">
|
|
<div class="header">
|
|
<h4>Links</h4>
|
|
</div>
|
|
<div class="content">
|
|
<p>Pages</p>
|
|
<ul>
|
|
<li><a href="as.html">AS211696</a></li>
|
|
</ul>
|
|
<p>Wiki</p>
|
|
<ul>
|
|
<li><a href="index.html">The Index</a></li>
|
|
<li><a href="help.html">Help me!</a></li>
|
|
<li><a href="experiments.html">Experiments</a></li>
|
|
<li><a href="internet.html">The Internet</a></li>
|
|
<li><a href="stories.html">Stories & Lore</a></li>
|
|
<li><a href="socpol.html">Society & Politics</a></li>
|
|
<li><a href="trans.html">Trans stuff</a></li>
|
|
<li><a href="french.html">In French!</a></li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<br/>
|
|
<p>CC-BY SA 4.0 Jae Lo Presti; Robot on the internet since 2012; This website is <a href="https://gitea.blesmrt.net/jae/staticweb">Open-Source</a> and under the MIT license</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
</body>
|
|
</html>
|