[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> <!DOCTYPE html>
<meta charset="utf-8"> <head>
<style> <meta charset="utf-8">
<title>Galmon.eu - Galileo/GPS/GLONASS/BeiDou open source monitoring</title>
<style>
text {
font: 12px sans-serif;
}
text { th, td {
font: 12px sans-serif; 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 { label {
padding-left: 8px; cursor: pointer;
padding-right: 8px; }
padding-top: 1px; input[type="checkbox"] {
padding-bottom: 1px; cursor: pointer;
font-family: monospace; }
}
tr:nth-child(even) {background: #CCC}
tr:nth-child(odd) {background: #FFF}
label {
cursor: pointer;
}
input[type="checkbox"] {
cursor: pointer;
}
.CellWithComment{ .CellWithComment{
position:relative; position:relative;
} }
.CellComment{ .CellComment{
display:none; display:none;
position:absolute; position:absolute;
z-index:100; z-index:100;
border:1px; border:1px;
background-color:white; background-color:white;
border-style:solid; border-style:solid;
border-width:1px; border-width:1px;
border-color:red; border-color:red;
padding:3px; padding:3px;
color:red; color:red;
top:20px; top:20px;
left:20px; left:20px;
} }
.CellWithComment:hover span.CellComment{ .CellWithComment:hover span.CellComment{
display:block; display:block;
} }
.centered { .centered {
margin: auto 0px; margin: auto 0px;
text-align: center; text-align: center;
} }
</style> </style>
</head>
<body> <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/> 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"> <div class="centered">