merge eva repos into single repository
This commit is contained in:
commit
200dd620ae
52 changed files with 2281 additions and 0 deletions
21
frontend/public/index.html
Normal file
21
frontend/public/index.html
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico">
|
||||
<link rel="stylesheet" href="%PUBLIC_URL%/leaflet.css" />
|
||||
<script src="%PUBLIC_URL%/leaflet.js"></script>
|
||||
<title>CCC Spaces</title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="root">
|
||||
<noscript>
|
||||
<h2>Kein Javascript, keine Kekse.</h2>
|
||||
<p>
|
||||
Ohne Javascript lüpt dat Ding nich, sorry.
|
||||
</p>
|
||||
</noscript>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue