green-spider/webapp/dist/index.html

82 lines
2.3 KiB
HTML

<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>green spider report: Auswertung einiger Merkmale von Bündnis 90/Die Grünen Websites</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<link rel="stylesheet" type="text/css" href="https://cdn.datatables.net/1.10.16/css/jquery.dataTables.css">
<style type="text/css">
body {
padding: 20px;
}
table {
font-size: 0.85rem;
}
.bad {
background-color: #ffdbdb;
font-size: 1rem;
}
.medium {
background-color: #fce7ac;
font-size: 1rem;
}
.good {
background-color: #cfeaa8;
font-size: 1rem;
}
td.text {
font-size: 0.85rem;
}
.icon {
width: 32px;
height: 32px;
}
a.screenshot {
display: inline-block;
margin-left: 3px;
margin-right: 3px;
}
</style>
</head>
<body>
<div class="container-fluid">
<p>Weitere Information: <a href="https://github.com/netzbegruenung/green-spider/">green-spider GitHub repository</a> - <a href="https://github.com/netzbegruenung/green-spider/blob/master/KRITERIEN.md">Kriterien</a></p>
<table class="table">
<thead>
<tr>
<th scope="col">Typ</th>
<th scope="col">Land</th>
<th scope="col">Kreis</th>
<th scope="col">Stadt</th>
<th scope="col">URL</th>
<th scope="col">Score</th>
<th scope="col">IP-Adresse</th>
<th scope="col">Erreichbar</th>
<th scope="col">Antwortzeit</th>
<th scope="col">Icon</th>
<th scope="col"><abbr title="Site nutzt HTTP-Verschlüsselung">HTTPS</abbr></th>
<th scope="col"><abbr title="Site ist sowohl mit www. als auch ohne www. in URL erreichbar">www. optional</abbr></th>
<th scope="col"><abbr title="URL-Varianten leiten auf eine einzige Startseiten-URL weiter">Kanonische URL</abbr></th>
<th scope="col">Responsive</th>
<th scope="col">Feed</th>
<th scope="col">Screenshots</th>
<th scope="col">CMS</th>
</tr>
</thead>
<tbody>
</tbody>
</table>
</div>
<script src="bundle.js"></script>
</body>
</html>