20 lines
226 B
HTML
20 lines
226 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title></title>
|
|
<style type="text/css">
|
|
|
|
html, body {
|
|
height: 95%;
|
|
}
|
|
|
|
body {
|
|
background: url(images/watermark.jpg?v=e784.5000) center no-repeat #fff;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body>
|
|
|
|
</body>
|
|
</html> |