Fixed and added more back buttons

This commit is contained in:
2025-10-20 17:46:48 -05:00
parent 5dc6f910c0
commit 84609c0d48
15 changed files with 43 additions and 10 deletions

View File

@ -36,6 +36,7 @@
</div>
<audio controls src="" id="audioPlayer"></audio>
</div>
<a href="/index.html" id="back">Go Back</a>
<script>
let jukebox = {

View File

@ -29,7 +29,7 @@
</div>
</div>
</div>
<a href="/index.html">Go Back</a>
<a id="back" href="/index.html">Go Back</a>
</div>
</body>
</html>

View File

@ -9,6 +9,6 @@
</head>
<body>
<h1>The Void Gallery</h1>
<a href="/index.html">Go Back</a>
<a id="back" href="/index.html">Go Back</a>
</body>
</html>

View File

@ -53,7 +53,7 @@
<p></p>
</div>
</div>
<a href="/index.html">Go Back</a>
<a id="back" href="/index.html">Go Back</a>
</div>
</body>
</html>

View File

@ -0,0 +1,13 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/stylesheets/base.css">
<title>Beeatrice's Hive</title>
</head>
<body>
<a id="back" href="/index.html">Go Back</a>
</body>
</html>

View File

@ -8,7 +8,7 @@
<body>
<div class="mainView">
<h1>I'm Cosmic</h1>
<a href="/index.html">Go Back</a>
<a id="back" href="/index.html">Go Back</a>
</div>
</body>
</html>

View File

@ -90,7 +90,7 @@
</ul>
</div>
</div>
<a href="/index.html">Go Back</a>
<a id="back" href="/index.html">Go Back</a>
</div>
</body>
</html>

13
pages/members/fauwn.html Normal file
View File

@ -0,0 +1,13 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/stylesheets/base.css">
<title>Fauwn's Rants</title>
</head>
<body>
<a id="back" href="/index.html">Go Back</a>
</body>
</html>

View File

@ -9,6 +9,6 @@
</head>
<body>
<h1>Jupiter talks about the headspace</h1>
<a href="/index.html">Go Back</a>
<a id="back" href="/index.html">Go Back</a>
</body>
</html>

View File

@ -4,9 +4,11 @@
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/stylesheets/base.css">
<link rel="stylesheet" href="/stylesheets/kitten.css">
<title>Kitten's Lewd Corner</title>
</head>
<body>
<a href="/index.html" id="back">Go Back</a>
</body>
</html>

View File

@ -18,6 +18,6 @@
</li>
</ul>
</div>
<a href="/index.html">Go Back</a>
<a id="back" href="/index.html">Go Back</a>
</body>
</html>

View File

@ -9,6 +9,6 @@
</head>
<body>
<h1>TechRunner's Electronics Projects</h1>
<a href="/index.html">Go Back</a>
<a id="back" href="/index.html">Go Back</a>
</body>
</html>

View File

@ -4,7 +4,8 @@
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Willow</title>
<link rel="stylesheet" href="/stylesheets/base.css">
<title>Willow's Gardening and Nature pictures</title>
<style>
body{
background-color: lavender;
@ -56,5 +57,6 @@
<p class="galleryText"></p>
</div>
</div>
<a href="/index.html" id="back">Go Back</a>
</body>
</html>

View File

@ -74,6 +74,7 @@
</li>
</ul>
</div>
<a href="/index.html" id="back">Go Back</a>
</div>
</body>
</html>

View File

@ -74,6 +74,7 @@
</li>
</ul>
</div>
<a href="/index.html" id="back">Go Back</a>
</div>
</body>
</html>