30 lines
930 B
HTML
30 lines
930 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>news</title>
|
|
<link href="/style.css" rel="stylesheet" type="text/css" media="all">
|
|
<link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Open+Sans&display=swap"/>
|
|
</head>
|
|
<body>
|
|
<h1>news</h1>
|
|
|
|
<h2>Initial update</h2>
|
|
|
|
<p>Jan 25th, 2022</p>
|
|
|
|
<p>Hello! I've decided to make a news section as there's a lot of weirdness with hosting right now.</p>
|
|
|
|
<p>I've done some hosting on neocities.org and now github, but neither allow me to host media. Neocities has filetype restrictions and github has filesize restrictions.</p>
|
|
|
|
<p>It's quite annoying. I do have a self-
|
|
|
|
<footer>
|
|
<a href="/">back home</a>
|
|
|
|
<p><i>Updated Jan 25, 2022</i></p>
|
|
</footer>
|
|
</body>
|
|
</html>
|