dcd-legacy/index.html

22 lines
695 B
HTML
Raw Normal View History

2024-03-07 07:43:25 -06:00
<!DOCTYPE html>
<html lang="en">
<head>
<title>Content Delivery Network</title>
<link rel="stylesheet" href="style.css">
<meta name="viewport" content="width=device-width,initial-scale=1"/>
<script defer src="data/data-source.js"></script>
<script defer src="script.js"></script>
</head>
<body>
2024-03-07 08:03:58 -06:00
<div id="internal__start-page">
2024-03-07 07:43:25 -06:00
<h1>Enter your access code:</h1>
<input type="text"/>
<button id="internal__submit">Submit</button>
</div>
2024-03-07 08:03:58 -06:00
<div id="internal__template">
2024-03-07 07:43:25 -06:00
<!-- TEMPLATE BEGINS -->
2024-03-07 08:03:58 -06:00
2024-03-07 07:43:25 -06:00
<!-- TEMPLATE ENDS -->
</div>
</body>
</html>