Give me some space!

Signed-off-by: mctaylors <mctaylxrs@outlook.com>
This commit is contained in:
Macintxsh 2024-06-17 04:57:59 +03:00
parent e30f1a8478
commit f1f89d1fb4
Signed by: mctaylors
GPG key ID: D9D662D603AD75E8
2 changed files with 4 additions and 4 deletions

View file

@ -3,7 +3,7 @@
<head> <head>
<link rel="stylesheet" href="/assets/common.css" /> <link rel="stylesheet" href="/assets/common.css" />
<link rel="stylesheet" href="/assets/index.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" /> <meta name="viewport" content="initial-scale=0.75 user-scalable=no" />
</head> </head>
<body> <body>
@ -21,6 +21,6 @@ foreach(glob($filtered_request . '*.mp3') as $file) {
</a>'; </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> </body>
</html> </html>

View file

@ -3,7 +3,7 @@
<head> <head>
<link rel="stylesheet" href="/assets/common.css" /> <link rel="stylesheet" href="/assets/common.css" />
<link rel="stylesheet" href="/assets/root.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" /> <meta name="viewport" content="initial-scale=0.75 user-scalable=no" />
</head> </head>
<body> <body>
@ -15,6 +15,6 @@ foreach(glob('[!assets]*', GLOB_ONLYDIR) as $dir) {
</a>'; </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> </body>
</html> </html>