Lightcord/splash/index.html

12 lines
189 B
HTML
Raw Permalink Normal View History

2020-05-16 23:24:51 +02:00
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
2020-05-22 18:43:33 +02:00
<title>Lightcord Loader</title>
2020-05-16 23:24:51 +02:00
</head>
<body>
<div id="splash-mount"></div>
<script src="index.js"></script>
</body>
</html>