blob: e56fa185874b6c831db1ffcfa281a9bef2664f42 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<html>
<head>
<title>woah!</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<style type = "text/css">
body {
background-image: url("seagl.lounging.png");
background-repeat: repeat;
}
</style>
</head>
<body>
<br>
<center><H1 style="color: #F5F; font-size: 28vh; text-shadow: 6px 6px #548abb;">greetings, earthlings of SeaGL</H1></center>
</body>
</html>
|