Configured and redid the base website structure

This commit is contained in:
Bo⋆˚✿˖° 2025-05-25 20:58:24 +02:00
parent 37944288be
commit b639061481
Signed by: FreedTapestry21
GPG key ID: 0664F1BDE43BA236
9 changed files with 300 additions and 0 deletions

43
html/about/index.html Normal file
View file

@ -0,0 +1,43 @@
<!DOCTYPE html>
<html>
<head>
<title>/ | Freed's place</title>
<link rel="stylesheet" href="/assets/style.css">
<link rel="stylesheet" href="/assets/mobile.css">
<link rel="icon" type="image/x-icon" href="/assets/img/logo.png">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="format-detection" content="telephone=no">
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="0" />
</head>
<body>
<div class="box menu">
<div class="name"><p>Freed's place</p></div>
<div class="index">
<p>
<a href="/">Home</a> |
<a href="/about">About</a> |
<a href="/contact">Contact</a>
</p>
</div>
</div>
<div class="box">
<div class="item center">
<img src="/assets/img/logo.png" class="img">
</div>
<div class="item">
<h1>(&#x2500;&#x203F;&#x203F;&#x2500;) &#x2661;</h1>
<p>heya! my name's Bo, also known as Freed! I'm a tiny creature traveling around the wild web like every other tiny creature which I see on my computer screen. be welcome to my little corner of the internet!</p>
</div>
</div>
<div class="box footer">
<div class="info">
<p>Freed's place</p>
<p>Copyright (c) 2022-2025 FreedTapestry21</p>
</div>
</div>
</body>
</html>