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> </div>
<audio controls src="" id="audioPlayer"></audio> <audio controls src="" id="audioPlayer"></audio>
</div> </div>
<a href="/index.html" id="back">Go Back</a>
<script> <script>
let jukebox = { let jukebox = {

View File

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

View File

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

View File

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

View File

@ -90,7 +90,7 @@
</ul> </ul>
</div> </div>
</div> </div>
<a href="/index.html">Go Back</a> <a id="back" href="/index.html">Go Back</a>
</div> </div>
</body> </body>
</html> </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> </head>
<body> <body>
<h1>Jupiter talks about the headspace</h1> <h1>Jupiter talks about the headspace</h1>
<a href="/index.html">Go Back</a> <a id="back" href="/index.html">Go Back</a>
</body> </body>
</html> </html>

View File

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

View File

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

View File

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

View File

@ -4,7 +4,8 @@
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <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> <style>
body{ body{
background-color: lavender; background-color: lavender;
@ -56,5 +57,6 @@
<p class="galleryText"></p> <p class="galleryText"></p>
</div> </div>
</div> </div>
<a href="/index.html" id="back">Go Back</a>
</body> </body>
</html> </html>

View File

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

View File

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