mirror of
https://github.com/Pax1601/DCSOlympus.git
synced 2025-10-29 16:56:34 +00:00
17 lines
322 B
Plaintext
17 lines
322 B
Plaintext
<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">
|
|
<%- include('unitInfo.ejs') %>
|
|
</div>
|
|
<script src="javascripts/bundle.js"></script>
|
|
</body>
|
|
|
|
</html>
|