Newer
Older
sklauncher / launcher / src / main / resources / com / skcraft / launcher / login.html
@Magi1053 Magi1053 on 2 May 2024 537 bytes Add icon to favicon
<html>
<head>
	<meta charset="UTF-8"/>
	<title>You can now close your browser</title>
	<link rel="icon" href="data:image/png;base64,%1$s">
	<style>
		body {
			display: flex;
			align-items: center;
			justify-content: center;
			flex-wrap: nowrap;
			text-align: center;
			font-family: system-ui;
			background-color: #0e0e0e;
			color: #eee;
		}
	</style>
</head>
<body>
<main>
	<img src="data:image/png;base64,%1$s" alt="icon.png" onerror="this.style.display='none'">
	<h2>You can now close your browser</h2>
</main>
</body>
</html>