mirror of
https://github.com/Rushilwiz/brancher.git
synced 2025-04-09 15:00:18 -04:00
19 lines
567 B
HTML
19 lines
567 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 BrAnChEr.ME</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>
|