pages/index.html

50 lines
1.7 KiB
HTML
Raw Normal View History

2025-01-15 23:25:57 +01:00
<!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>
p{
color: purple;
2025-01-15 23:25:57 +01:00
}
a{
text-align: center;
color: rgb(104, 4, 104)
2025-01-15 23:25:57 +01:00
}
h4{
text-align: center;
color: purple
}
h1 {
opacity: 0.5;
border: 5px solid purple;
padding: 10px;
outline-style: dotted;
text-align: center;
color: purple;
}
2025-01-21 15:11:24 +01:00
body {background-color: rgb(209, 205, 211);
2025-01-15 23:25:57 +01:00
text-align: center}
</style>
<body>
2025-01-16 19:08:43 +01:00
<h1>kreciors site! <i class="fa fa-cloud" aria-hidden="true"></i></h1>
2025-01-15 23:25:57 +01:00
<h4>s/o to leafus for making a awesome gittea with pages ;D</h4>
2025-01-16 19:08:43 +01:00
<a href="https://guns.lol/dir">guns.lol <i class="fa fa-user-o" aria-hidden="true"></i><br></a>
<a href="https://soundcloud.com/wojtasz1337/">soundcloud <i class="fa fa-user-o" aria-hidden="true"></i></i><br></a>
<a href="https://t.me/kret2poor">telegram <i class="fa fa-user-o" aria-hidden="true"></i><br></a>
<a href="https://github.com/kreciorek">github <i class="fa fa-user-o" aria-hidden="true"></i></a>
2025-01-15 23:25:57 +01:00
<h4>languages that im learning <br></h4>
<p>HTML, CSS, C <i class="fa fa-code" aria-hidden="true"></i><br></p>
<h4>languages that i will maybe learn someday<br></h4>
2025-01-16 19:08:43 +01:00
<p>Python, Rust <i class="fa fa-code" aria-hidden="true"></i></i><br></p>
2025-01-15 23:25:57 +01:00
<a href="https://website.kreciorek.xyz/funny.html">Redirect! NOT WORKING YET!</a>
2025-01-15 23:25:57 +01:00
</body>
</html>