Files
ontime/server/electron/splash/splash.html
T
2021-06-03 22:38:21 +02:00

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>