Files
monitorama-countdown/index.html
Tommy Parnell c94df51ec4 init
2018-03-25 03:19:44 -04:00

14 lines
263 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<title>Monitorama Countdown!</title>
</head>
<body>
<div id="main"></div>
<!-- Main -->
<script src="/dist/bundle.js"></script>
</body>
</html>