File tree 5 files changed +22
-0
lines changed
5 files changed +22
-0
lines changed Original file line number Diff line number Diff line change
1
+ aaa
Original file line number Diff line number Diff line change
1
+ bbb
Original file line number Diff line number Diff line change
1
+ ccc
Original file line number Diff line number Diff line change
1
+ <html >
2
+ <head >
3
+ <title >Teste</title >
4
+
5
+ </head >
6
+
7
+ <body >
8
+ <button hx-post = " a.php" hx-swap = " innerHTML" hx-target = " #space" >A</button >
9
+ <button hx-post = " b.php" hx-swap = " innerHTML" hx-target = " #space" >B</button >
10
+ <button hx-post = " c.php" hx-swap = " innerHTML" hx-target = " #space" >C</button >
11
+ <div id = " space" ></div >
12
+ <script src = " https://unpkg.com/[email protected] " ></script >
13
+ </body >
14
+ </html >
Original file line number Diff line number Diff line change
1
+ #! /usr/bin/env -S nix run github:lucasew/nix-flake-shell
2
+ #! nix-flake-shell nixpkgs.php
3
+
4
+ #! vim:ft=bash
5
+ php -S 127.0.0.1:2222 -t .
You can’t perform that action at this time.
0 commit comments