apex_lottery/index.html

16 lines
392 B
HTML

<html>
<head>
<title>ApexLottery</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./css/app.css">
</head>
<body>
<h1>Apex Lottery</h1>
<header></header>
<script src="./js/app.js" type="text/javascript"></script>
</body>
</html>