header and info change

This commit is contained in:
LeBiterino 2024-02-09 17:29:41 +01:00
parent 2c04d5d82d
commit bd2b446061
3 changed files with 134 additions and 1 deletions

View File

@ -1,5 +1,5 @@
document.write(`\
\
<link rel="stylesheet" href="/style.css"><a href="/"><button>Home</button></a><a href="/pages/gallery.html"><button>My cat's gallery</button><a/> \
<link rel="stylesheet" href="/style.css"><a href="https://ctrl-c.club/~biterr"><button>Home</button></a><a href="https://ctrl-c.club/~biterr/pages/info.html"><button>Info</button></a><a href="https://ctrl-c.club/~biterr/pages/gallery.html"><button>My cat's gallery</button><a/> \
\
`);

128
images/biterr.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 52 KiB

View File

@ -1,10 +1,15 @@
<head>
<title>biterr's site</title>
<link rel="stylesheet" href="../style.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.1/jquery.min.js"></script>
</head>
<body>
<header>
<script src="/header.js"></script>
</header>
<main>
<h1>Info 'bout me</h1>
<h3>My (user)name is biterr. As I said I made it long time ago when I misspeled bitter. I sometimes do sites like this in free time. you can contact me on discord: biterr or on e-mail: biterr@swisscows.email or on my tilde email: biterr@ctrl-c.club</h3>
<object data="../images/biterr.svg"></object>
</main>
</body>