POC frontend setup w/ static data.
This commit is contained in:
28
frontend/templates/Index.html
Normal file
28
frontend/templates/Index.html
Normal file
@@ -0,0 +1,28 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<title>Kevin' lab</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<meta
|
||||
name="description"
|
||||
content=""
|
||||
/>
|
||||
<meta name="keywords" content="" />
|
||||
<meta name="author" content="Kevin Midbøe" />
|
||||
|
||||
<meta
|
||||
name="description"
|
||||
content=""
|
||||
/>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
|
||||
<script src="/public/analytics.js" async></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
<style>
|
||||
</style>
|
||||
Reference in New Issue
Block a user