an-anime-game-launcher/public/splash/index.html
2021-12-12 13:10:50 +01:00

18 lines
661 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" />
<!-- CSS styles -->
<link rel="stylesheet" href="../css/settings.css">
<title>An Anime Game Launcher</title>
</head>
<body theme="dark" style="text-align: center;">
<video src="./loading.webm" style="padding-top: 15%; padding-left: 5%;" width="60%" height="60%" loop muted autoplay></video>
<h4 style="color: white; padding-top: 6%;">Starting Launcher...</h4>
</body>
</html>