2020-12-30 12:26:41 -05:00
<!DOCTYPE html>
< html lang = "en" >
< head >
< meta charset = "UTF-8" >
< meta http-equiv = "refresh" content = "120" >
< title > {{title}}< / title >
< style >
body {background-color: D3D3D3;}
h1 {color: green;}
p {
padding: 10px;
margin: 20px;
}
< / style >
< / head >
< body >
< p > < img style = "display: block; margin-left: auto; margin-right: auto;" src = "{{logo}}" alt = "Logo" width = "300" height = "144" / > < / p >
< h1 style = "text-align: center;" > {{title}}< / h1 >
< hr / >
2021-01-01 17:36:33 -05:00
< table style = "margin-left: auto; margin-right: auto;" >
< tbody >
< tr >
< td >
< h2 > < a href = "/" > Dashboard< / a > < / h2 >
< / td >
< td >
< h2 > < a href = "about" > About Dashboard< / a > < / h2 >
< / td >
< / tr >
< / tbody >
< / table >
< hr / >
2021-01-01 13:00:17 -05:00
< p style = "text-align: center;" > < em > Page automatically reloads every 2 minutes.< / em > < / p >
2021-01-01 17:17:22 -05:00
< p style = "text-align: left;" > {{description}}< / p >
2021-01-01 13:00:17 -05:00
< table >
< tbody >
< tr >
2021-01-01 17:08:24 -05:00
< td > < div > < p align = "center" > < iframe style = "border: none;" title = "Bulletin Board" src = "bulletin_board" width = "480" height = "950" > < / iframe > < / p > < / div > < / td >
2021-01-01 13:00:17 -05:00
< td > < div >
2021-01-01 17:08:24 -05:00
< p align = "center" > < iframe style = "border: none;" title = "Positions Received" src = "positions" width = "620" height = "950" > < / iframe > < / p >
2021-01-01 13:00:17 -05:00
< / div > < / td >
< / tr >
< / tbody >
< / table >
2020-12-30 12:26:41 -05:00
< hr / >
2021-01-01 13:00:17 -05:00
< 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 >
2021-01-01 17:36:33 -05:00
< / body >
2021-01-01 13:00:17 -05:00
< / html >