-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
22 lines (22 loc) · 874 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html lang="en" class="theme-dark">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Soundtrack</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/css/bulma.min.css">
<link rel="icon" type="image/png" href="./favicon.png">
<script type="module" src="./index.js"></script>
</head>
<body>
<footer class="footer pb-6">
<h1 class="title">Soundtrack</h1>
<h2 class="subtitle">Background music for work from public sources</h2>
</footer>
<section class="section">
<table class="table is-bordered is-striped" id="view">
<tr><th>Added</th><th>Type</th><th>Name</th><th>Source</th></tr>
</table>
</section>
</body>
</html>