22 lines
644 B
HTML
22 lines
644 B
HTML
|
<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>
|