moth/html/scoreboard.html

13 lines
227 B
HTML
Raw Normal View History

2015-04-02 17:44:49 -06:00
<!DOCTYPE html>
<html>
<head>
<title>Scoreboard</title>
<link rel="stylesheet" href="ctf.css" type="text/css">
<script src="points.js" async></script>
</head>
<body>
<h1>Scoreboard</h1>
</body>
</html>