add webapp, move frontend to webapp folder
This commit is contained in:
20
webapp/frontend/index.html
Normal file
20
webapp/frontend/index.html
Normal file
@ -0,0 +1,20 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="" class="h-full">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
|
||||
<title>CT Mesh Map</title>
|
||||
<meta name="title" content="Meshtastic Map">
|
||||
<meta name="description" content="An interactive map of CT Meshtastic nodes.">
|
||||
<link rel="icon" type="image/png" href="/images/icon.png"/>
|
||||
<!-- Open Graph / Facebook -->
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:url" content="https://map.ctmesh.org">
|
||||
<meta property="og:title" content="CT Mesh Map">
|
||||
<meta property="og:description" content="An interactive map of CT Meshtastic nodes.">
|
||||
</head>
|
||||
<body class="h-full bg-gray-200">
|
||||
<div id="app" class="h-full" v-cloak></div>
|
||||
<script type="module" src="/src/main.js"></script>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user