1
0
mirror of https://github.com/Lightcord/Lightcord.git synced 2025-04-12 00:55:40 +02:00
Lightcord/splash/index.html
2020-05-22 18:43:33 +02:00

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>