21 lines
943 B
HTML
21 lines
943 B
HTML
|
<html>
|
||
|
<head>
|
||
|
<meta charset="UTF-8"/>
|
||
|
<meta name="description" content="OwlBoard - Live train departures for traincrew."/>
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
|
<meta name="application-name" content="OwlBoard">
|
||
|
<meta name="author" content="Frederick Boniface">
|
||
|
<meta name="theme-color" content="#155bb7">
|
||
|
<link rel="stylesheet" type="text/css" href="./styles/style.css"/>
|
||
|
<link rel="icon" type="image/png" href="./images/logo/logo-sq-256.png"/>
|
||
|
<link rel="manifest" type="application/json" href="./manifest.json"/>
|
||
|
<title>OwlBoard - Report</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
<div id="top_button" class="hide_micro">
|
||
|
<button aria-label="Back" class="sidebar_control" onclick="history.back()">⇦</button>
|
||
|
</div>
|
||
|
|
||
|
<p>This page is (temporarily) intentionally blank.</p>
|
||
|
</body>
|
||
|
</html>
|