2022-07-23 13:29:59 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
<title>LolSiteGQ</title>
|
|
|
|
<style type="text/css">
|
|
|
|
@font-face {
|
|
|
|
font-family: 'Comic';
|
|
|
|
src: url('font/COMIC.TTF') format('truetype');
|
|
|
|
}
|
|
|
|
*{
|
|
|
|
font-family: 'Comic';
|
|
|
|
}
|
|
|
|
.weird_color
|
|
|
|
{
|
|
|
|
background-color: #F00144;
|
|
|
|
color: #FF0099;
|
|
|
|
|
|
|
|
}
|
|
|
|
.weird_color :visited
|
|
|
|
{
|
|
|
|
background-color: #F00144;
|
|
|
|
color: #FF0099;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
</style>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<h1>LolSiteGQ</h1>
|
2022-12-16 01:34:56 +00:00
|
|
|
|
2022-07-23 13:29:59 +00:00
|
|
|
<p>This is my site when farting around</p>
|
2022-12-16 01:34:56 +00:00
|
|
|
<a href="./torrents/">Torrents</a>
|
|
|
|
<a href="dled.html">
|
|
|
|
I DOWNLOADED SOME STUFF
|
2022-07-23 13:29:59 +00:00
|
|
|
</a>
|
|
|
|
</body>
|
|
|
|
</html>
|