opengoal-launcher/splashscreen.html

22 lines
506 B
HTML
Raw Normal View History

2022-06-17 16:27:27 -04:00
<!DOCTYPE html>
<html lang="en">
2022-06-17 16:29:01 -04:00
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Splash</title>
</head>
2022-06-17 16:27:27 -04:00
2022-06-17 16:29:01 -04:00
<body
style="
padding: 0;
margin: 0;
overflow: hidden;
background-image: url(./src/assets/images/logo.png);
background-repeat: no-repeat;
background-size: 100vw;
background-position: top;
"
></body>
</html>