initial commit

This commit is contained in:
Lurkars
2017-12-07 18:18:11 +01:00
commit 8a890a8cd1
21 changed files with 6258 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="font-awesome.css" />
<link rel="stylesheet" href="splash.css" />
</head>
<body>
<h1><i class="fa fa-television"></i> Muffcast is ready!</h1>
<div id="background">
<div class="unsplash">
<span id="description"></span>
<span id="user-meta">Photo by <a id="user" target="_blank"></a> / </span><a id="unsplash" target="_blank" href="https://unsplash.com/?utm_source=muffcast&utm_medium=referral&utm_campaign=api-credit">Unsplash</a>
</div>
</div>
<script src="splash.js"></script>
<script src="../muffcast-server.js"></script>
</body>
</html>