mirror of https://github.com/dirtbags/moth.git
19 lines
299 B
HTML
19 lines
299 B
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<title>News</title>
|
||
|
<link rel="stylesheet" href="ctf.css" type="text/css">
|
||
|
</head>
|
||
|
<body>
|
||
|
<h1>News</h1>
|
||
|
|
||
|
<ul>
|
||
|
<li>Contest is open</li>
|
||
|
</ul>
|
||
|
|
||
|
<p>
|
||
|
This page will be updated with any new announcements.
|
||
|
</p>
|
||
|
</body>
|
||
|
</html>
|