sunders/www/sunders/sunders.html
2024-09-12 19:22:07 +00:00

26 lines
921 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<title>Surveillance under Surveillance</title>
<meta name="description" content="Surveillance Camera Map">
<meta name="keywords" lang="en" content="surveillance, cameras, cctv, video, map">
<meta name="keywords" lang="de" content="überwachung, kameras, video, karte">
<link rel="shortcut icon" href="./favicon.ico">
<link rel="icon" type="image/png" href="./favicon.png" sizes="32x32">
<link rel="apple-touch-icon" sizes="180x180" href="./apple-touch-icon.png">
<meta name="msapplication-TileColor" content="#f1eee8">
<meta name="msapplication-TileImage" content="./mstile-144x144.png">
<link rel="stylesheet" href="./css/sunders.css">
</head>
<body>
<div class="cover">
<a href="./">
<img src="./images/logo.png" alt="Surveillance under Surveillance">
</a>
</div>
</body>
</html>