Big Bang
This commit is contained in:
22
index.html
Normal file
22
index.html
Normal file
@@ -0,0 +1,22 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Connect 4 - Garrett Mills | EECS 368</title>
|
||||
<link rel="stylesheet" href="./style/index.css">
|
||||
</head>
|
||||
<body>
|
||||
<!-- Rivets binds to this. -->
|
||||
<div id="app-container">
|
||||
|
||||
<!-- The App component. -->
|
||||
<app-root></app-root>
|
||||
</div>
|
||||
|
||||
<!-- Libraries. -->
|
||||
<script src="lib/rivets.bundled.min.js"></script>
|
||||
|
||||
<!-- Start the application. -->
|
||||
<script src="src/index.js" type="module"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user