pages/funny.html
2025-01-15 23:06:00 +01:00

26 lines
899 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>kreciors site</title>
<meta content="kreciors website" property="og:title" />
<meta content="goated website" property="og:description" />
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<style>
body {background-color: whitesmoke;}
h1 {color: purple;}
p {color: blueviolet;}
h4 {color: purple;}
</style>
<body>
<h4>things abt myself!</h4>
<p>im 14yo, im from poland and i love music and i prod sometimes =p <i class="fa fa-music" aria-hidden="true"></i><br></p>
<p>idk what to say more sjndjfnsndf<br></p>
<img src="smasung.jpg" width="300" height="200"<br>>
<a href="https://kreciorek.github.io/website/">Go Back!</a>
</body>
</html>