You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
984 B
23 lines
984 B
<!DOCTYPE html> |
|
<html lang="de"> |
|
<head> |
|
<meta charset="utf-8"> |
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> |
|
<meta name="theme-color" content="#000000"> |
|
<link rel="manifest" href="%PUBLIC_URL%/manifest.json"> |
|
<link rel="shortcut icon" href="%PUBLIC_URL%/icons/icon32.png"> |
|
<link rel="stylesheet" href="https://netzbegruenung.github.io/webfonts/style.css"> |
|
<link rel="stylesheet" href="https://unpkg.com/ionicons@4.4.3/dist/css/ionicons.min.css"> |
|
<title>Green Spider: Websites von Bündnis 90/Die Grünen besser machen</title> |
|
<link rel="apple-touch-icon" href="/icons/icon32.png"> |
|
<link rel="apple-touch-icon" sizes="32x32" href="/icons/icon32.png"> |
|
<link rel="apple-touch-icon" sizes="128x128" href="/icons/icon128.png"> |
|
</head> |
|
<body> |
|
<noscript> |
|
JavaScript muss aktiviert sein, um diese Anwendung nutzen zu können. |
|
</noscript> |
|
|
|
<div id="root"></div> |
|
</body> |
|
</html>
|
|
|