|
|
| <!DOCTYPE html>
|
| <html>
|
| <head>
|
| <title>Site Title</title>
|
| <link rel="stylesheet" type="text/css" href="style.css">
|
| <meta name="viewport" content="width=device-width, initial-scale=0.1">
|
| </head>
|
| <body>
|
| <div class="title">aha ahahaha</div>
|
| <img src="art.jpg" class="hero">
|
| <iframe name="content" src="home.html" class="content"></iframe>
|
| <div class="menu">
|
| <a href="home.html" target="content">Home</a> <br>
|
| <a href="blog.html" target="content">Blog</a> <br>
|
| <a href="about.html" target="content">About</a> <br>
|
| <a href="links.html" target="content">Links</a> <br>
|
| </div>
|
| <div class="blinkies">
|
| <img src="banner1.GIF">
|
| <img src="reanimator.gif">
|
| <img src="happyhallowenn.gif">
|
| <img src="mad.webp">
|
| <img src="evilnet.gif">
|
| <img src="tumblr_6c0fbba2ff4367e71f3119a5cadf9214_d27c751f_250.webp">
|
| <img src="tumblr_o5c0geLD9X1tcu68no1_100.gif">
|
| </div>
|
| </body>
|
| </html> |