mirror of
https://github.com/ev-map/EVMap.git
synced 2026-04-18 13:17:38 -04:00
20 lines
627 B
HTML
20 lines
627 B
HTML
<!DOCTYPE html>
|
|
<html lang="de">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
|
|
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
|
|
<meta http-equiv="refresh" content="0; URL='https://ev-map.app/de/faq/'">
|
|
<title>FAQ</title>
|
|
|
|
<style>
|
|
body {
|
|
font-family: 'Roboto', sans-serif;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<p>Diese Seite ist umgezogen. Bitte <a href="https://ev-map.app/de/faq/">klicke hier</a>, falls du nicht automatisch weitergeleitet wirst.</p>
|
|
</body>
|
|
</html>
|