bellriots.today/index.html

16 lines
359 B
HTML
Raw Normal View History

2024-01-02 16:32:52 +00:00
<!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>