diff options
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 29 |
1 files changed, 19 insertions, 10 deletions
@@ -7,15 +7,24 @@ <meta charset="utf-8"> </head> <body> - <header> - <h1>Hello, this is <em>my</em> website.</h1> - Thanks for stopping by! - </header> - <h2>Well...</h2> - <p>nya~</p> - <img src="images/maxwell.gif" /> - <footer> - <a href="https://git.pwyazha.ru">git</a> - </footer> + <div id="flex"> + <main> + <header> + <h1>Hello, this is my website.</h1> + Thanks for stopping by! + </header> + <h2>Well...</h2> + <p>nya~</p> + <img src="images/maxwell.gif"/> + <footer> + <p>This is a footer.<p> + </footer> + </main> + <nav> + <ul> + <li><h3><a href="links.html">links</a></h3></li> + </ul> + </nav> + </div> </body> </html> |