Mercurial > web
annotate music.html @ 25:204899dd990a
Fix favicon
why does it need this??
author | Paper <mrpapersonic@gmail.com> |
---|---|
date | Sun, 12 Dec 2021 17:40:40 -0500 |
parents | 36783c99e199 |
children | f86d23d40885 45d917fc29d4 |
rev | line source |
---|---|
20 | 1 <!DOCTYPE html> |
2 <head> | |
3 <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous"> | |
25 | 4 <link rel="shortcut icon" type="image/x-icon" href="favicon.ico?"> |
20 | 5 <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p" crossorigin="anonymous"></script> |
6 <title>Music - Paper's website</title> | |
7 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> | |
21
3c7989047451
Make code prettier and fix a few visual errors
Paper <mrpapersonic@gmail.com>
parents:
20
diff
changeset
|
8 <meta name="viewport" content="width=device-width, initial-scale=1.0"/> |
20 | 9 <style> |
10 @import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:wght@300&display=swap'); | |
11 .navbar { | |
12 background: linear-gradient(to bottom, rgba(255,255,255,0.1) 25%, rgba(0,0,0,0) 100%); | |
13 } | |
14 body { | |
21
3c7989047451
Make code prettier and fix a few visual errors
Paper <mrpapersonic@gmail.com>
parents:
20
diff
changeset
|
15 background-size: cover; |
3c7989047451
Make code prettier and fix a few visual errors
Paper <mrpapersonic@gmail.com>
parents:
20
diff
changeset
|
16 background: url("forest.png") no-repeat center center fixed; |
3c7989047451
Make code prettier and fix a few visual errors
Paper <mrpapersonic@gmail.com>
parents:
20
diff
changeset
|
17 color: white; |
20 | 18 font-family: 'Source Sans 3', sans-serif; |
21
3c7989047451
Make code prettier and fix a few visual errors
Paper <mrpapersonic@gmail.com>
parents:
20
diff
changeset
|
19 text-align: center; |
20 | 20 text-shadow: 5px 0 10px rgba(0, 0, 0, 0.5); |
21 } | |
22 div.box { | |
21
3c7989047451
Make code prettier and fix a few visual errors
Paper <mrpapersonic@gmail.com>
parents:
20
diff
changeset
|
23 background-color: rgba(0, 0, 0, 0.7); |
3c7989047451
Make code prettier and fix a few visual errors
Paper <mrpapersonic@gmail.com>
parents:
20
diff
changeset
|
24 box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5) inset; |
3c7989047451
Make code prettier and fix a few visual errors
Paper <mrpapersonic@gmail.com>
parents:
20
diff
changeset
|
25 color: white; |
3c7989047451
Make code prettier and fix a few visual errors
Paper <mrpapersonic@gmail.com>
parents:
20
diff
changeset
|
26 left: 0; |
20 | 27 margin: 1% auto; |
28 max-width: 500px; | |
21
3c7989047451
Make code prettier and fix a few visual errors
Paper <mrpapersonic@gmail.com>
parents:
20
diff
changeset
|
29 padding: 10px; |
20 | 30 right: 0; |
21
3c7989047451
Make code prettier and fix a few visual errors
Paper <mrpapersonic@gmail.com>
parents:
20
diff
changeset
|
31 text-align: center; |
20 | 32 top: 50%; |
33 } | |
34 a:link, a:visited, a:hover, a:active { | |
35 color: #ff6600; | |
36 } | |
37 </style> | |
38 </head> | |
39 <body> | |
40 <nav class="navbar navbar-expand-lg navbar-dark"> | |
41 <div class="container-fluid"> | |
42 <button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation"> | |
43 <span class="navbar-toggler-icon"></span> | |
44 </button> | |
45 <div class="collapse navbar-collapse" id="navbarSupportedContent"> | |
46 <ul class="navbar-nav me-auto mb-1 mb-lg-3"> | |
47 <li class="nav-item"> | |
48 <a class="nav-link" href="index.html">Home</a> | |
49 </li> | |
50 <li class="nav-item"> | |
51 <a class="nav-link active" aria-current="page" href="#">Music</a> | |
52 </li> | |
53 </ul> | |
54 </div> | |
55 </div> | |
56 </nav> | |
57 <h1>Music</h1> | |
58 <div class="box"> | |
59 <h2>Originals</h2> | |
60 <p><a href="music/paper_-_shartlover.s3m">xX ShartLover1337 Xx [.S3M]</a></p> | |
61 <p><a href="music/paper_-_reaching_the_world_border.it">Reaching the World Border [.IT]</a></p> | |
62 <p><a href="music/paper_-_sarta.mptm">THIS IS SARTA [.MPTM]</a></p> | |
63 </div> | |
64 <div class="box"> | |
65 <h2>Covers</h2> | |
66 <p><a href="paper_-_bob-omb_battlefield_remix.it">Super Mario 64 - Bob-omb Battlefield Remix [.IT]</a></p> | |
67 <p><a href="music/paper_-_point_of_no_hi-score.it">(mashup) Drax - Tiger Mission Hi-score + ESCHATOS OST - Point of No Return [.IT]</a></p> | |
68 <p><a href="music/paper_-_vrc6n001_remake.it">(remake) Naruto - VRC6N001 [.IT]</a></p> | |
69 <p><a href="music/paper_-_hip_shop.it">Deltarune - Hip Shop [.IT]</a></p> | |
70 <p><a href="music/paper_-_nerou.it">ziner - Flatwoods Monster [.IT]</a></p> | |
71 <p><a href="music/paper_-_drip.xm">Leonz - Among Us Drip Theme [.XM]</a></p> | |
72 <p><a href="music/paper_-_3005.it">Childish Gambino - 3005 [.IT]</a></p> | |
73 <p><a href="music/paper_-_infinity.it">Cho Ren Sha 68k - Infinity [.IT]</a></p> | |
74 <p><a href="music/paper_-_bestending.it">Aphex Twin - Avril 14th [.IT]</a></p> | |
75 <p><a href="music/paper_-_visitors.xm">KOTO - Visitors [.XM]</a></p> | |
76 <p><a href="music/paper_-_vrc6n001.it">Naruto - VRC6N001 [.IT]</a></p> | |
77 </div> | |
78 </body> |