22 lines
853 B
HTML
22 lines
853 B
HTML
|
|
<!DOCTYPE html>
|
||
|
|
|
||
|
|
<html lang="en">
|
||
|
|
<head>
|
||
|
|
<meta charset="utf-8" />
|
||
|
|
<title>Thank you, my hero!</title>
|
||
|
|
<style>
|
||
|
|
body {background: #000; margin-top: 80px; text-align: center}
|
||
|
|
.dont-panic {font-size: small; color: #666; font-family: Myriad, sans-serif;}
|
||
|
|
</style>
|
||
|
|
</head>
|
||
|
|
<body>
|
||
|
|
<p><img src="http://dev.our.umbraco.org/thank-you.png" alt="Thank you"/></p>
|
||
|
|
<p><iframe width="420" height="315" src="http://www.youtube.com/embed/8rwsuXHA7RA" frameborder="0" allowfullscreen></iframe></p>
|
||
|
|
<p><img src="http://dev.our.umbraco.org/my-hero.png" alt="Let us honor his memory"/></p>
|
||
|
|
<p class="dont-panic">
|
||
|
|
<br /><br /><br /><br /><br /><br />
|
||
|
|
(Site will return to normal within minutes)
|
||
|
|
</p>
|
||
|
|
</body>
|
||
|
|
</html>
|