20 lines
321 B
HTML
20 lines
321 B
HTML
<html>
|
|
<head>
|
|
<style>
|
|
body {
|
|
background: black;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div style="text-align: center;">
|
|
<div style="height:300px;"></div>
|
|
<img src="empty.gif"></img>
|
|
<h3 style="color: purple;">
|
|
there is nothing here... yet
|
|
</h3>
|
|
</div>
|
|
|
|
</body>
|
|
</html>
|