improvements
This commit is contained in:
parent
c7165ec051
commit
5cb7412575
12 changed files with 105 additions and 32 deletions
11
music.html
11
music.html
|
@ -3,8 +3,8 @@
|
|||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="stylesheet" href="index.css">
|
||||
<link href="favicon.png" rel="icon"/>
|
||||
<link rel="stylesheet" href="css/index.css">
|
||||
<link href="assets/images/favicon.png" rel="icon"/>
|
||||
<title>amolinae's website</title>
|
||||
<meta name=description content="">
|
||||
</head>
|
||||
|
@ -16,13 +16,18 @@
|
|||
<div class="list">
|
||||
<ul style="text-align:center;margin:16px 0 16px 0;">
|
||||
<li><a href="">Gorillaz</a></li>
|
||||
<li><a href="">Rüfüs Du Sol</a></li>
|
||||
<li><a href="">RÜFÜS DU SOL</a></li>
|
||||
<li><a href="">3kliksphilip</a></li>
|
||||
<li><a href="">Steventhedreamer</a></li>
|
||||
<li><a href="">Taylor Swift</a></li>
|
||||
<li><a href="">Billie Eilish</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="links">
|
||||
<ul>
|
||||
<a style="margin:16px;" href="https://music.amolinae.com">[ Music Server ]</a>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div style="margin-top: 8px;">
|
||||
<a href="aboutme.html">[ Back ]</a>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue