diff options
Diffstat (limited to 'design/index.html')
| -rw-r--r-- | design/index.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/design/index.html b/design/index.html index e43ec28..addfcc7 100644 --- a/design/index.html +++ b/design/index.html @@ -8,6 +8,19 @@ <link href="style.css" rel="stylesheet"> </head> <body> + <header> + <img src="https://cdn.anhgelus.world/pfp.jpg" alt="pfp"> + <nav> + <a href="">Home</a> + <a href="">Logs</a> + <a href="">Work</a> + <a href="">Philosophy</a> + <a href="">Lien 1</a> + <a href="">Lien 2</a> + <a href="">Lien 3</a> + <a href="">Lien 4</a> + </nav> + </header> <article> <h1>Page title</h1> <p> |
