Scorch/templates/index.html

18 lines
433 B
HTML
Raw Normal View History

2020-05-07 15:31:49 -04:00
<!DOCTYPE html>
<html lang="en">
<head>
<title>Scorch</title>
<link rel="stylesheet" type="text/css" href="/static/scorch.css">
<script type="text/javascript" src="/static/scorch.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=0.8">
<meta name="description" content="A music streaming service.">
</head>
<body>
<header>
<h1>Scorch</h1>
</header>
<main>
</main>
</body>
</html>