mirror of
https://github.com/an-anime-team/an-anime-game-launcher.git
synced 2024-12-20 08:51:47 +03:00
18 lines
661 B
HTML
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>
|