mirror of
https://github.com/Pax1601/DCSOlympus.git
synced 2025-10-29 16:56:34 +00:00
44 lines
1.3 KiB
Plaintext
44 lines
1.3 KiB
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">
|
|
|
|
<!-- Google tag (gtag.js) -->
|
|
<script async src="https://www.googletagmanager.com/gtag/js?id=G-Z4L2TC3YX0"></script>
|
|
<script>
|
|
window.dataLayer = window.dataLayer || [];
|
|
function gtag(){dataLayer.push(arguments);}
|
|
gtag('js', new Date());
|
|
|
|
gtag('config', 'G-Z4L2TC3YX0');
|
|
</script>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
<div id="map-container"></div>
|
|
<%- include('selectionwheel.ejs') %>
|
|
<%- include('selectionscroll.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('aiccontrolpanel.ejs') %>
|
|
<%- include('aicformationpanel.ejs') %>
|
|
|
|
<%- include( 'atc.ejs' ) %>
|
|
|
|
<%- include('logpanel.ejs') %>
|
|
<script src="javascripts/bundle.js"></script>
|
|
</body>
|
|
|
|
</html> |