Added ejs support

This commit is contained in:
Pax1601
2023-01-13 08:14:31 +01:00
parent c21f03b050
commit 34e32be857
9 changed files with 14866 additions and 24 deletions

14
client/views/index.ejs Normal file
View File

@@ -0,0 +1,14 @@
<html>
<head>
<title>Olympus client</title>
<link rel="stylesheet" href="/stylesheets/style.css">
<link rel="stylesheet" href="stylesheets/leaflet.css">
</head>
<body>
<div id="olympus-map-container"></div>
<script src="javascripts/bundle.js"></script>
</body>
</html>