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