HTML formatting

This commit is contained in:
YourFriendlyNeighborhoodDealer 2019-02-28 09:48:50 +01:00
parent 59640eaddf
commit 11e3f1c9dd
5 changed files with 218 additions and 178 deletions

View file

@ -1,17 +1,25 @@
<html>
<body bgcolor="#212127">
<head>
<style>
body { font: normal 14px Verdana; color: #999999;}
a {color: #9999ff;}
</style>
</head>
<center><h1>404</h1>
<head>
<style>
body {
font: normal 14px Verdana;
color: #999999;
}
<iframe width="660" height="465" src="https://www.youtube-nocookie.com/embed/GOzwOeONBhQ"
frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen></iframe>
</center>
a {
color: #9999ff;
}
</style>
</head>
<center>
<h1>404</h1>
<iframe width="660" height="465" src="https://www.youtube-nocookie.com/embed/GOzwOeONBhQ" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</center>
</body>
</html>