mirror of
https://github.com/Rushilwiz/crucialnet.git
synced 2025-04-03 19:30:16 -04:00
18 lines
569 B
HTML
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> |