mirror of
https://github.com/zumbiepig/MineXLauncher.git
synced 2025-06-08 09:24:48 +00:00
12 lines
423 B
HTML
12 lines
423 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>MineXLauncher</title>
|
|
<link rel="icon" type="image/x-icon" href="/resources/images/icons/favicon.png" />
|
|
<link rel="stylesheet" href="/resources/styles/index.css" />
|
|
<script src="/resources/scripts/main.js" defer></script>
|
|
<meta name="theme-color" content="#000000" />
|
|
</head>
|
|
</html>
|