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

View File

@@ -1,14 +0,0 @@
<html>
<head>
<title>Express</title>
<link rel="stylesheet" href="/stylesheets/style.css">
</head>
<body>
<h1>Express</h1>
<p>Welcome to Express</p>
<script src="javascripts/bundle.js"></script>
</body>
</html>

File diff suppressed because one or more lines are too long

View File

@@ -1,8 +1,15 @@
body {
padding: 50px;
font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
padding: 0;
margin: 0;
}
a {
color: #00B7FF;
html, body {
height: 100%;
width: 100%;
}
#olympus-map-container
{
height: 100%;
width: 100%;
}