Initial commit.
This commit is contained in:
16
front/index.html
Normal file
16
front/index.html
Normal file
@@ -0,0 +1,16 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en" class="h-100">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<link rel="icon" href="/favicon.ico">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Holt59 - AOC</title>
|
||||
</head>
|
||||
|
||||
<body class="h-100" data-bs-theme="dark">
|
||||
<div id="app" class="d-flex flex-column h-100"></div>
|
||||
<script type="module" src="/src/main.ts"></script>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user