dcd-legacy/index.html

22 lines
679 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>
<div id="start-page">
<h1>Enter your access code:</h1>
<input type="text"/>
<button id="internal__submit">Submit</button>
</div>
<div id="template">
<!-- TEMPLATE BEGINS -->
<!-- TEMPLATE ENDS -->
</div>
</body>
</html>