mapchecking/index.html

23 wiersze
1.0 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="icon" href="/favicon.ico" />
<link rel="canonical" href="https://www.mapchecking.com/">
<meta name="viewport" content="initial-scale=1.0, user-scalable=no">
<meta name="author" content="Anthony Catel"/>
<meta property="og:type" content="website" />
<meta property="og:url" content="https://www.mapchecking.com/" />
<meta property="og:image" content="https://www.mapchecking.com/socialimage.png" />
<meta property="og:site_name" content="MapChecking" />
<title>MapChecking - Crowd counting tool</title>
<meta name="description" content="MapChecking helps you estimate the number of people standing in a given area. Fact check and debunk political claims during gatherings, march, and protests. #OSINT"/>
<script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
</head>
<body>
<div id="app" class="antialiased text-gray-800 min-h-screen flex"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>