mirror of
https://github.com/Lightcord/Lightcord.git
synced 2025-04-12 00:55:40 +02:00
12 lines
189 B
HTML
12 lines
189 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<title>Lightcord Loader</title>
|
|
</head>
|
|
<body>
|
|
<div id="splash-mount"></div>
|
|
<script src="index.js"></script>
|
|
</body>
|
|
</html>
|