crucialnet/under_construction/index.html
2020-03-17 13:47:22 -04:00

18 lines
569 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 CrucialNET</h1>
<h3>My website is currently under construction, 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>