diff options
Diffstat (limited to 'public/posts/2024-08-25-03.html')
| -rw-r--r-- | public/posts/2024-08-25-03.html | 53 |
1 files changed, 28 insertions, 25 deletions
diff --git a/public/posts/2024-08-25-03.html b/public/posts/2024-08-25-03.html index 07e48a0..d3fa17c 100644 --- a/public/posts/2024-08-25-03.html +++ b/public/posts/2024-08-25-03.html @@ -14,26 +14,27 @@ </head> <body> - <h1>a73x</h1> - <sub>high effort, low reward</sub> - <nav class="nav"> - <ul> - - - <li><a class="no-decorations" href="/">home</a></li> - - - - <li><a class="no-decorations" href="/posts">posts</a></li> - - - - <li><a class="no-decorations" href="/ethos">ethos</a></li> - - - </ul> - </nav> - + <main> + <h1>a73x</h1> + <sub>high effort, low reward</sub> + <nav class="nav"> + <ul> + + + <li><a class="no-decorations" href="/">home</a></li> + + + + <li><a class="no-decorations" href="/posts">posts</a></li> + + + + <li><a class="no-decorations" href="/ethos">ethos</a></li> + + + </ul> + </nav> + <h1>Levels of Optimisation</h1> <nav> @@ -67,11 +68,13 @@ Also, if you have long-running calls that are chained together, a 30-second snap It’s also just lowkey fun to look at the exposed data and understand what your system is doing.</p> - <footer> - <br /> - <hr /><br /> - <p>see something you disagree with? email: <a href="mailto:[email protected]">[email protected]</a></p> - </footer> + <footer> + <br /> + <hr /> + <br /> + <p>see something you disagree with? email: <a href="mailto:[email protected]">[email protected]</a></p> + </footer> + </main> </body> </html> |
