Initial commit
This commit is contained in:
commit
8a63685b8e
41 changed files with 1110 additions and 0 deletions
19
music/index.html
Normal file
19
music/index.html
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<link rel="stylesheet" href="/css/styles.css" type="text/css">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/third-party/media/images/favicon.png">
|
||||
<script defer src="/js/include.js"></script>
|
||||
<title>www.madstuff.net: Music</title>
|
||||
</head>
|
||||
<body>
|
||||
<div include="/html-prefabs/banner.html"></div>
|
||||
<main>
|
||||
<section>
|
||||
<h2>Sorry! This page is under construction.</h2>
|
||||
</section>
|
||||
</main>
|
||||
<div include="/html-prefabs/footer.html"></div>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue