Give me some space!
Signed-off-by: mctaylors <mctaylxrs@outlook.com>
This commit is contained in:
parent
e30f1a8478
commit
fabe40da8c
2 changed files with 4 additions and 4 deletions
|
@ -3,7 +3,7 @@
|
|||
<head>
|
||||
<link rel="stylesheet" href="/assets/common.css" />
|
||||
<link rel="stylesheet" href="/assets/index.css" />
|
||||
<title>SplatunesNetwork Preview</title>
|
||||
<title>Splatunes Network Preview</title>
|
||||
<meta name="viewport" content="initial-scale=0.75 user-scalable=no" />
|
||||
</head>
|
||||
<body>
|
||||
|
@ -21,6 +21,6 @@ foreach(glob($filtered_request . '*.mp3') as $file) {
|
|||
</a>';
|
||||
}
|
||||
?>
|
||||
<div class="footer"><a href="https://git.mctaylors.ru/mctaylors/SplatunesNetwork">SplatunesNetwork</a> Preview, exists because it wants to. ©</div>
|
||||
<div class="footer"><a href="https://git.mctaylors.ru/mctaylors/SplatunesNetwork">Splatunes Network</a> Preview, exists because it wants to. ©</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
4
root.php
4
root.php
|
@ -3,7 +3,7 @@
|
|||
<head>
|
||||
<link rel="stylesheet" href="/assets/common.css" />
|
||||
<link rel="stylesheet" href="/assets/root.css" />
|
||||
<title>SplatunesNetwork Preview</title>
|
||||
<title>Splatunes Network Preview</title>
|
||||
<meta name="viewport" content="initial-scale=0.75 user-scalable=no" />
|
||||
</head>
|
||||
<body>
|
||||
|
@ -15,6 +15,6 @@ foreach(glob('[!assets]*', GLOB_ONLYDIR) as $dir) {
|
|||
</a>';
|
||||
}
|
||||
?>
|
||||
<div class="footer"><a href="https://git.mctaylors.ru/mctaylors/SplatunesNetwork">SplatunesNetwork</a> Preview, exists because it wants to. ©</div>
|
||||
<div class="footer"><a href="https://git.mctaylors.ru/mctaylors/SplatunesNetwork">Splatunes Network</a> Preview, exists because it wants to. ©</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Reference in a new issue