opengoal-launcher/splashscreen.html
2022-06-17 17:12:05 -04:00

22 lines
506 B
HTML

<!DOCTYPE html>
<html lang="en">
<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>
<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>