1
0
mirror of https://github.com/zumbiepig/MineXLauncher.git synced 2025-06-08 09:24:48 +00:00

Create index.html

Signed-off-by: zumbiepig <121742281+zumbiepig@users.noreply.github.com>
This commit is contained in:
zumbiepig 2024-09-23 18:18:57 -07:00 committed by GitHub
parent b5f0a85051
commit e28f9f3541
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -0,0 +1,14 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Starlike Client</title>
<link rel="icon" type="image/webp" href="/resources/images/icons/clients/starlike.webp" />
<link rel="stylesheet" href="/resources/styles/eagler.css" />
<script src="/resources/scripts/google-tag.js"></script>
<script src="/game/web/clients/starlike/classes.js"></script>
<script src="/resources/scripts/eagler-launch/1.8.8/main.js"></script>
</head>
<body id="game_frame"></body>
</html>