18 lines
433 B
HTML
18 lines
433 B
HTML
<!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>
|