tc362/files/maverick/index.html

30 lines
514 B
HTML
Raw Normal View History

<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<title>Maverick</title>
<style>
html {
background: black url(maverick.jpg) no-repeat;
background-size: 100%;
}
body {
text-align: center;
font-size: 5em;
color: white;
text-shadow:
-1px -1px 0 #000,
1px -1px 0 #000,
-1px 1px 0 #000,
1px 1px 0 #000;
}
</style>
</head>
<body>
Bullshit! You can be mine.
</body>
</html>