[HTML Cleanup] Add <head> tag and <title> since this cannot be inferred from higher level protocol

pull/47/head
Joseph Foulds 2019-11-18 14:19:54 +00:00
parent fb6514c1e4
commit 9a03706faf
1 changed files with 48 additions and 46 deletions

View File

@ -1,58 +1,60 @@
<!DOCTYPE html>
<meta charset="utf-8">
<style>
<head>
<meta charset="utf-8">
<title>Galmon.eu - Galileo/GPS/GLONASS/BeiDou open source monitoring</title>
<style>
text {
font: 12px sans-serif;
}
text {
font: 12px sans-serif;
}
th, td {
padding-left: 8px;
padding-right: 8px;
padding-top: 1px;
padding-bottom: 1px;
font-family: monospace;
}
tr:nth-child(even) {background: #CCC}
tr:nth-child(odd) {background: #FFF}
th, td {
padding-left: 8px;
padding-right: 8px;
padding-top: 1px;
padding-bottom: 1px;
font-family: monospace;
}
tr:nth-child(even) {background: #CCC}
tr:nth-child(odd) {background: #FFF}
label {
cursor: pointer;
}
input[type="checkbox"] {
cursor: pointer;
}
label {
cursor: pointer;
}
input[type="checkbox"] {
cursor: pointer;
}
.CellWithComment{
position:relative;
}
.CellWithComment{
position:relative;
}
.CellComment{
display:none;
position:absolute;
z-index:100;
border:1px;
background-color:white;
border-style:solid;
border-width:1px;
border-color:red;
padding:3px;
color:red;
top:20px;
left:20px;
}
.CellComment{
display:none;
position:absolute;
z-index:100;
border:1px;
background-color:white;
border-style:solid;
border-width:1px;
border-color:red;
padding:3px;
color:red;
top:20px;
left:20px;
}
.CellWithComment:hover span.CellComment{
display:block;
}
.CellWithComment:hover span.CellComment{
display:block;
}
.centered {
margin: auto 0px;
text-align: center;
}
.centered {
margin: auto 0px;
text-align: center;
}
</style>
</style>
</head>
<body>
Last update: <span id="freshness"></span>. More information about this Galileo/GPS/BeiDou/Glonass open source monitor can be found <a href="https://github.com/ahupowerdns/galmon/blob/master/README.md#galmon">here</a> and <a href="https://berthub.eu/articles/posts/gps-gnss-how-do-they-work/">here</a>. Live observer map <a href="geo">here!</a>, status (coverage, DOP) map <a href="geo/coverage.html">here</a>. Contact <a href="https://berthub.eu/">me</a> if you want access to the Grafana dashboard.<br/>
<div class="centered">