mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-05 23:43:57 +00:00
25 lines
604 B
HTML
25 lines
604 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<!-- https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP -->
|
|
<!-- TODO: ADD CSP -->
|
|
<title>ontime</title>
|
|
</head>
|
|
<body style="background-color: #0003">
|
|
<div style="margin-top: 10vh; display: grid; place-items: center">
|
|
<img src="../../assets/images/logosbwa/LOGO-192.png" />
|
|
<h1
|
|
style="
|
|
font-family: Roboto, sans-serif;
|
|
font-weight: 100;
|
|
color: #fffffa;
|
|
font-size: 24px;
|
|
"
|
|
>
|
|
ontime - event timers
|
|
</h1>
|
|
</div>
|
|
</body>
|
|
</html>
|