mirror of
https://github.com/bellingcat/ukraine-timemap.git
synced 2026-06-12 21:38:35 +03:00
Updates
This commit is contained in:
48
index.html
Normal file
48
index.html
Normal file
@@ -0,0 +1,48 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Civilian Harm in Ukraine Timemap - Bellingcat</title>
|
||||
<link rel="stylesheet" href="https://api.mapbox.com/mapbox.js/v3.1.1/mapbox.css">
|
||||
<!-- <link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet"> -->
|
||||
<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>
|
||||
<script type="module" crossorigin src="/assets/index-45c45b64.js"></script>
|
||||
<link rel="stylesheet" href="/assets/index-8c9c1f81.css">
|
||||
</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>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user