mirror of
https://github.com/bellingcat/ukraine-timemap.git
synced 2026-06-07 19:08:37 +03:00
47 lines
1.2 KiB
HTML
47 lines
1.2 KiB
HTML
<!doctype html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Civilian Harm in Ukraine Timemap - Bellingcat</title>
|
|
<link rel="icon" type="image/x-icon" href="favicon.ico">
|
|
|
|
<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=Roboto:wght@300;400;500&display=swap" rel="stylesheet">
|
|
|
|
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<script defer data-domain="ukraine.bellingcat.com" src="https://plausible.io/js/script.js"></script>
|
|
<!-- Styles are always go to the head, never the body -->
|
|
<style>
|
|
@media (hover: none) {
|
|
#id {
|
|
display: none;
|
|
}
|
|
|
|
#nodisplay {
|
|
display: block;
|
|
}
|
|
}
|
|
|
|
@media (hover: hover) {
|
|
#nodisplay {
|
|
display: none;
|
|
}
|
|
}
|
|
</style>
|
|
</head>
|
|
|
|
<body>
|
|
<div class="page">
|
|
<div id="explore-app"></div>
|
|
<div id="nodisplay">
|
|
If you see this message wait up to 30s, otherwise please revisit on a desktop device.
|
|
</div>
|
|
</div>
|
|
<script type="module" src="/src/index.jsx"></script>
|
|
</body>
|
|
|
|
</html>
|