website/lolsite.gq/index.html

40 lines
918 B
HTML
Executable File

<!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>
<p>This is my site when farting around</p>
<!--<a href="./torrents/">Torrents</a>-->
<a href="dled.html">
I DOWNLOADED SOME STUFF
</a>
</body>
</html>