17 lines
387 B
HTML
17 lines
387 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>
|
|
<img src=getin.jpg />
|
|
</section>
|
|
<script src="script.js"></script>
|
|
</body>
|
|
</html>
|