mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-11 10:23:54 +00:00
add splash screen
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
<!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>
|
||||
Reference in New Issue
Block a user