29 lines
1,021 B
HTML
29 lines
1,021 B
HTML
<!doctype html>
|
|
<html class="no-js" lang="">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta http-equiv="x-ua-compatible" content="ie=edge" />
|
|
<title>Personal Links</title>
|
|
<meta name="description" content="My personal linktree" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
|
|
<link rel="apple-touch-icon" href="/apple-touch-icon.png" />
|
|
<!-- Place favicon.ico in the root directory -->
|
|
|
|
<link href="/global.css" rel="stylesheet" />
|
|
<link href="/links.css" rel="stylesheet" />
|
|
<link href="/header.css" rel="stylesheet" />
|
|
<script type="text/javascript" src="/loadin.js"></script>
|
|
<script type="text/javascript" src="/links.js"></script>
|
|
</head>
|
|
<body onload="loadDependencies()">
|
|
<header id="header"></header>
|
|
<ul id="linktree">
|
|
<li>
|
|
<img
|
|
src="https://upload.wikimedia.org/wikipedia/commons/b/bb/Gitea_Logo.svg"
|
|
/><a href="https://git.aprileaton.net">Gitea instance</a>
|
|
</li>
|
|
</ul>
|
|
</body>
|
|
</html>
|