20 lines
No EOL
652 B
HTML
20 lines
No EOL
652 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<link rel="manifest" href="app.json" />
|
|
|
|
<link data-trunk rel="copy-file" href="public/app.json" data-target-path="/" />
|
|
<link data-trunk rel="copy-dir" href="public/icons" data-target-path="icons" />
|
|
<link data-trunk rel="copy-dir" href="public/leaflet" data-target-path="leaflet" />
|
|
<link data-trunk rel="tailwind-css" href="public/tailwind.css" />
|
|
<link data-trunk rel="icon" href="public/icons/icon.svg" />
|
|
<link data-trunk rel="rust" data-wasm-opt="z" data-weak-refs />
|
|
|
|
<link rel="stylesheet" href="leaflet/leaflet.css" />
|
|
<script src="leaflet/leaflet.js"></script>
|
|
</head>
|
|
|
|
<body></body>
|
|
|
|
</html> |