mirror of https://github.com/dirtbags/moth.git
13 lines
227 B
HTML
13 lines
227 B
HTML
|
<!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>
|