diff options
| author | Anhgelus Morhtuuzh <william@herges.fr> | 2025-09-29 23:40:57 +0200 |
|---|---|---|
| committer | Anhgelus Morhtuuzh <william@herges.fr> | 2025-09-29 23:40:57 +0200 |
| commit | 10b9b682b9407ad02f6aa265003e86bfbefb0a2c (patch) | |
| tree | 7caf573be2181312b2ca840bee5fe93ecfc53c25 /design/index.html | |
| parent | 98bb6a6c189519b02b86de8f3ce52cdb8813cfe7 (diff) | |
feat(design): base header
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> |
