website/lolsite.gq/index.html

39 lines
887 B
HTML
Raw Normal View History

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