initial commit
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user