This commit is contained in:
xan 2025-01-15 23:06:25 +01:00
parent c78013056f
commit 7bffbedaa8
2 changed files with 34 additions and 0 deletions

26
something.html Normal file
View file

@ -0,0 +1,26 @@
<!DOCTYPE html>
<html>
<head>
<title>kreciors site</title>
<meta content="kreciors website" property="og:title" />
<meta content="goated website" property="og:description" />
<link rel="icon" type="image/x-icon" href="icon.png">
</head>
<style>body {background-color: white;}
h1 {color: purple;}
p {color: blueviolet;}</style>
<body>
<p>this is a something page!<br></p>
<p>its like a placeholder for something im just gonna add it:3333</p>
<p>also if you found it ur a real one</p>
<a href="https://knowyourmeme.com/memes/oooooo-you-like-boys-ur-a-boykisser">boykisser<br></a>
<img src="smasung.jpg" width="300" height="200">>
<a href="https://kreciorek.github.io/website/">Go Back!</a>
</body>

8
style.css Normal file
View file

@ -0,0 +1,8 @@
body{
padding: 25px;
text-align: center
}
.title {
color: #5C6AC4;
}