55 lines
2.3 KiB
HTML
55 lines
2.3 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Home | 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 content">
|
|
<div class="item center">
|
|
<img src="/assets/img/welcome.png" class="img circle">
|
|
</div>
|
|
<div class="item">
|
|
<h1>(─‿‿─) /</h1>
|
|
<p>Hii there! My name's Bo, but I'm also known as Freed! Welcome to my little place on the internet, have some rest while you explore around! The internet now-a-days is such a hoax, you know with every website trying to get your attention left and right. Instead enjoy this boring half-blank webpage with some illustrations here and there! This webpage is made for you to get to know more about me and to privide you other places on the internet where you can interact with me!</p>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="box content invert">
|
|
<div class="item center">
|
|
<img src="/assets/img/lookthere.png" class="img circle">
|
|
</div>
|
|
<div class="item">
|
|
<h1>Pixelated ˚✿˖°</h1>
|
|
<p>Pixelated is a project which I've been working on for quite some time now. It's a collection of different open-source services, with the purpose of providing open-source alternatives to services from big tech corporations. It's only possible for mutuals to sign up for these services at the moment since there's limited capacity. To visit Pixelated, <a href="https://pixelated.sh" target="_blank">click here</a>!</p>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="box footer">
|
|
<div class="info">
|
|
<p>Freed's place</p>
|
|
</div>
|
|
<div class="copyright">
|
|
<p>Copyright (c) 2022-2025 FreedTapestry21</p>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|