mirror of https://github.com/dirtbags/moth.git
18 lines
313 B
HTML
18 lines
313 B
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<title>News</title>
|
||
|
<link rel="stylesheet" href="ctf.css" type="text/css">
|
||
|
</head>
|
||
|
<body>
|
||
|
<h1>News</h1>
|
||
|
|
||
|
<p>Usually updated when something goes wrong.</p>
|
||
|
|
||
|
<ul>
|
||
|
<!-- Add new items at the top -->
|
||
|
<li>Event begins</li>
|
||
|
</ul>
|
||
|
</body>
|
||
|
</html>
|