bellriots.today/index.html
Neil Hanlon d4df1e6af3
init
2024-01-02 11:32:52 -05:00

16 lines
359 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="styles.css">
<title>Bell Riots - bellriots.today</title>
</head>
<body>
<section>
<div id="countdown"></div>
</section>
<script src="script.js"></script>
</body>
</html>