summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorpryazha <pryadeiniv@mail.ru>2025-01-02 01:42:01 +0500
committerpryazha <pryadeiniv@mail.ru>2025-01-02 01:42:01 +0500
commit1b1976a337c8e2923b998e8cb9764818251ab563 (patch)
tree7fce507343ecf69e38d2e5c6efb2070805e13f61 /index.html
parent132c4d7bc3e3238cfdf8401a75963e0a58bb9420 (diff)
change layout and navigation
Diffstat (limited to 'index.html')
-rw-r--r--index.html29
1 files changed, 19 insertions, 10 deletions
diff --git a/index.html b/index.html
index 3a5f1e2..2ede705 100644
--- a/index.html
+++ b/index.html
@@ -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>