2022-12-25 17:17:35 -05:00

49 lines
1.5 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<link type="image/x-icon" rel="icon" href="/images/favicon.ico">
<link type="text/css" rel="stylesheet" href="/css/global.css">
<link type="text/css" rel="stylesheet" href="/css/news.css">
<meta charset="utf-8">
<meta name="description" content="What's going on at the moment.">
<meta name="keywords" content="That_One_Nerd news">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>News | That_One_Nerd</title>
</head>
<!--header-->
<body>
<div id="title">
<h1>News</h1>
</div>
<div class="line-spacer"></div>
<div class="line-spacer2"></div>
<!--news-->
<div id="wait-message">
<p>Loading avaliable news. If this message stays long enough for you to read, there's probably a problem. Or you can read really fast. Or you have awful internet.</p>
</div>
<div id="end-message">
<h3>That's all the news I've got for now.</h3>
<p>Come back later and you might find more!</p>
</div>
<div id="end-spacer"></div>
<div class="line-spacer"></div>
<div class="line-spacer2-darkgray"></div>
</body>
<!--footer-->
<script type="module" src="/js/imports.js"></script>
<script src="/js/global.js" defer></script>
<script src="/js/news.js" defer></script>
</html>