Files
dss/templates/404.html
2012-09-26 20:24:33 +01:00

19 lines
642 B
HTML

<html>
<head>
<link rel="stylesheet" href="http://twitter.github.com/bootstrap/assets/css/bootstrap.css">
</head>
<body>
<div class="container">
<div class="row">
<div class="alert alert-error">
<strong>That's a 404..</strong>
<p>Something's not where it should be..</p>
</div>
<iframe width="560" height="315"
src="http://www.youtube.com/embed/QqaQ_Bhgmrc?&autoplay=1&rel=0&fs=0&theme=light&showinfo=0&modestbranding=1&controls=0&hd=1&autohide=1&color=white"
frameborder="0" allowfullscreen></iframe>
</div>
</div>
</body>
</html>