mirror of
https://github.com/Pax1601/DCSOlympus.git
synced 2025-10-29 16:56:34 +00:00
26 lines
923 B
Plaintext
26 lines
923 B
Plaintext
<html>
|
|
|
|
<head>
|
|
<title>Olympus client</title>
|
|
<link rel="stylesheet" href="/stylesheets/style.css">
|
|
<link rel="stylesheet" href="stylesheets/leaflet.css">
|
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
|
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;600&display=swap" rel="stylesheet">
|
|
</head>
|
|
|
|
<body>
|
|
<div id="map-container"></div>
|
|
<%- include('contextmenu.ejs') %>
|
|
<div class="ol-dropdown" id="map-source-dropdown"></div>
|
|
<!-- <div class="ol-dropdown" id="scenario-dropdown"></div> -->
|
|
<%- include('unitinfopanel.ejs') %>
|
|
<%- include('unitcontrolpanel.ejs') %>
|
|
<%- include('visibilitycontrolpanel.ejs') %>
|
|
<%- include('connectionstatuspanel.ejs') %>
|
|
<%- include('mouseinfopanel.ejs') %>
|
|
<%- include('logpanel.ejs') %>
|
|
<script src="javascripts/bundle.js"></script>
|
|
</body>
|
|
|
|
</html> |