mirror of
https://github.com/Pax1601/DCSOlympus.git
synced 2025-10-29 16:56:34 +00:00
21 lines
535 B
Plaintext
21 lines
535 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="map-container">
|
|
<%- include('unitinfo.ejs') %>
|
|
</div>
|
|
<%- include('selectionwheel.ejs') %>
|
|
<%- include('selectionscroll.ejs') %>
|
|
<div class="olympus-dropdown" id="scenario-dropdown">Nevada</div>
|
|
<div class="olympus-dropdown" id="map-source-dropdown">Satellite</div>
|
|
<script src="javascripts/bundle.js"></script>
|
|
</body>
|
|
|
|
</html>
|