Lightcord/splash/index.html

12 lines
187 B
HTML
Raw Normal View History

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