mirror of
https://github.com/Pax1601/DCSOlympus.git
synced 2025-10-29 16:56:34 +00:00
Added ejs support
This commit is contained in:
14
client/views/index.ejs
Normal file
14
client/views/index.ejs
Normal 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>
|
||||
Reference in New Issue
Block a user