Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <style type="text/css">
- html, body {
- margin-top: 50px;
- margin-bottom: 0;
- margin-left: 0;
- margin-right: 0;
- padding: 0;
- }
- #box {
- margin: auto;
- padding: 5px;
- width: 400px;
- border: 1px solid #999;
- border-radius: 5px;
- -moz-border-radius: 5px;
- -webkit-border-radius: 5px;
- }
- #title {
- padding-bottom: 8px;
- font-size: 30px;
- font-family: Verdana, Geneva, sans-serif;
- border-bottom: 1px dotted #999;
- text-align: center;
- }
- #content {
- margin-top: 5px;
- padding: 5px;
- text-align: center;
- font-size: 14px;
- font-family: Verdana, Geneva, sans-serif;
- }
- </style>
- <title>Werk in uitvoering</title>
- </head>
- <body>
- <div id="box">
- <div id="title">
- <span>Werk in uitvoering</span>
- </div>
- <div id="content">
- <span>Aan deze website wordt momenteel gewerkt.<br />
- Wij hopen u spoedig terug te zien.<br /><br />
- Tel.: --<br />
- E-mail: <a href="mailto:--">--</a></span>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment