fix dash width
This commit is contained in:
parent
a943748c94
commit
22e04f6ff3
@ -1,19 +1,4 @@
|
|||||||
<!DOCTYPE html>
|
{% include 'header.html' %}
|
||||||
<html lang="en">
|
|
||||||
<head>
|
|
||||||
<meta charset="UTF-8">
|
|
||||||
<title>{{title}}</title>
|
|
||||||
<style>
|
|
||||||
body {background-color: D3D3D3;}
|
|
||||||
h1 {color: green;}
|
|
||||||
p {
|
|
||||||
padding: 10px;
|
|
||||||
margin: 20px;
|
|
||||||
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
{% include 'header.html' %}
|
{% include 'header.html' %}
|
||||||
{{description}}
|
{{description}}
|
||||||
<p> </p>
|
<p> </p>
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
<div>
|
||||||
<hr />
|
<hr />
|
||||||
<div style="text-align: center;">Dashboard created by KF7EEL - <a href="https://github.com/kf7eel/hblink3">https://github.com/kf7eel/hblink3</a><br />HBLink created by N0MJS.<br /><a href="https://github.com/HBLink-org">HBLink GitHub page</a></div>
|
<div style="text-align: center;">Dashboard created by KF7EEL - <a href="https://github.com/kf7eel/hblink3">https://github.com/kf7eel/hblink3</a><br />HBLink created by N0MJS.<br /><a href="https://github.com/HBLink-org">HBLink GitHub page</a></div>
|
||||||
</body>
|
</body>
|
||||||
|
@ -1,19 +1,4 @@
|
|||||||
<!DOCTYPE html>
|
{% include 'page.html' %}
|
||||||
<html lang="en">
|
|
||||||
<head>
|
|
||||||
<meta charset="UTF-8">
|
|
||||||
<title>{{title}}</title>
|
|
||||||
<style>
|
|
||||||
body {background-color: D3D3D3;}
|
|
||||||
h1 {color: green;}
|
|
||||||
p {
|
|
||||||
padding: 10px;
|
|
||||||
margin: 20px;
|
|
||||||
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
{% include 'header.html' %}
|
{% include 'header.html' %}
|
||||||
<h2 style="text-align: center;">Attention:</h2>
|
<h2 style="text-align: center;">Attention:</h2>
|
||||||
<p><span style="color: #ff0000;"><strong>Please be aware that many (if not all) DMR radios DO NOT transmit your callsign when sending a GPS position. It is your responsibility to identify your station per the regulations of your country.</strong></span></p>
|
<p><span style="color: #ff0000;"><strong>Please be aware that many (if not all) DMR radios DO NOT transmit your callsign when sending a GPS position. It is your responsibility to identify your station per the regulations of your country.</strong></span></p>
|
||||||
|
@ -12,8 +12,14 @@ p {
|
|||||||
margin: 20px;
|
margin: 20px;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
.content {
|
||||||
|
max-width: 1200px;
|
||||||
|
min-width: 1200px;
|
||||||
|
margin: auto;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
|
<div class="content">
|
||||||
<body>
|
<body>
|
||||||
{% include 'header.html' %}
|
{% include 'header.html' %}
|
||||||
<p style="text-align: center;"><em>Page automatically reloads every 2 minutes.</em></p>
|
<p style="text-align: center;"><em>Page automatically reloads every 2 minutes.</em></p>
|
||||||
|
22
scripts/dashboard/templates/page.html
Normal file
22
scripts/dashboard/templates/page.html
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<title>{{title}}</title>
|
||||||
|
<style>
|
||||||
|
body {background-color: D3D3D3;}
|
||||||
|
h1 {color: green;}
|
||||||
|
p {
|
||||||
|
padding: 10px;
|
||||||
|
margin: 20px;
|
||||||
|
|
||||||
|
}
|
||||||
|
.content {
|
||||||
|
max-width: 1200px;
|
||||||
|
min-width: 1200px;
|
||||||
|
margin: auto;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
<div class="content">
|
||||||
|
<body>
|
Loading…
Reference in New Issue
Block a user