dear-anon/index.html

18 lines
591 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Under Construction</title>
<link rel="stylesheet" type="text/css" href="css/styles.css">
</head>
<body>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script type="text/javascript" src="js/index.js"></script>
<div>
<h1>hi. Welcome to DearAnon</h1>
<h3>The podcast's site is currently under construction (i'm not magic), but feel free to hit this button while you wait.</h3>
<button id="nothing">i do nothing</button>
<h5 id="nothing-header"></h5>
</div>
</body>
</html>