31 lines
927 B
HTML
Executable File
31 lines
927 B
HTML
Executable File
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset='utf-8'>
|
|
<meta name='viewport' content='width=device-width,initial-scale=1'>
|
|
|
|
<title>Traintimes</title>
|
|
|
|
<link rel='icon' type='image/png' href='/favicon.png'>
|
|
|
|
<link rel="apple-touch-icon" sizes="180x180" href="/img/apple-touch-icon.png">
|
|
<link rel="icon" type="image/png" sizes="32x32" href="/img/favicon-32x32.png">
|
|
<link rel="icon" type="image/png" sizes="16x16" href="/img/favicon-16x16.png">
|
|
<link rel="manifest" href="/manifest.json">
|
|
<link rel="mask-icon" href="/img/safari-pinned-tab.svg" color="#5bbad5">
|
|
<meta name="apple-mobile-web-app-title" content="Train Times">
|
|
<meta name="application-name" content="Train Times">
|
|
<meta name="theme-color" content="#ffffff">
|
|
|
|
|
|
<!--<link rel='stylesheet' href='/global.c
|
|
ss'>-->
|
|
<link rel='stylesheet' href='/build/bundle.css'>
|
|
|
|
<script defer src='/build/bundle.js'></script>
|
|
</head>
|
|
|
|
<body>
|
|
</body>
|
|
</html>
|