Skip to content

Commit 1a30b91

Browse files
committed
formatting
1 parent ad65bc7 commit 1a30b91

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

www/content/essays/paris-2024-olympics-htmx-network-automation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,6 @@ Private VLAN, and Shared Internet Access.
8383

8484
### Web Dev with HTMX
8585

86-
#### HTMX Simplifies Web Development
87-
8886
HTMX is somewhat a return to the roots of web development, and regardless of the web framework: Django, ROR, Symphony...
8987
You rediscover everything that makes a web framework useful rather than turning it into a mere JSON provider. Sending
9088
HTML directly to the browser, storing the app state directly in the HTML. That's what true REST is, and it's so much
@@ -93,9 +91,11 @@ simpler to manage.
9391
If you ask me what's most striking, it's certainly returning to very simple things like this:
9492

9593
<figure>
94+
<center>
9695

9796
![progress bar](/img/paris-olympics-progress-bar.png)
9897

98+
</center>
9999
<figcaption> Progress bar from RCP Portal </figcaption>
100100
</figure>
101101

0 commit comments

Comments
 (0)