mirror of
https://github.com/dirtbags/moth.git
synced 2025-01-05 11:30:41 -07:00
18 lines
299 B
HTML
18 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>
|