0
0
Fork 0

Add the first version of the history site

This commit is contained in:
Oliver-Akins 2021-09-29 23:34:56 -06:00
parent e616466f98
commit cd2349a449
16 changed files with 1696 additions and 0 deletions

12
site/index.html Normal file
View file

@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Quote Bracket History</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>