File tree Expand file tree Collapse file tree 2 files changed +23
-0
lines changed Expand file tree Collapse file tree 2 files changed +23
-0
lines changed Original file line number Diff line number Diff line change 1+ <!DOCTYPE html>
2+ < html lang ="en ">
3+ < head >
4+ < meta charset ="utf-8 ">
5+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
6+ < link rel ="stylesheet " href ="/style.css ">
7+ < script src ="
https://unpkg.com/[email protected] "
integrity ="
sha384-Y7hw+L/jvKeWIRRkqWYfPcvVxHzVzn5REgzbawhxAuQGwX1XWe70vji+VSeHOThJ "
crossorigin ="
anonymous "
> </ script > 8+ < title > Demo</ title >
9+ </ head >
10+ < body >
11+ < div id ="app " hx-get ="/api/v1/items " hx-trigger ="load ">
12+ </ div >
13+ < noscript >
14+ < p lang ="en ">
15+ This website requires JavaScript. Here are the
16+ < a href ="https://www.enable-javascript.com/en/ "> instructions how to enable JavaScript in your web browser</ a > .
17+ Or perhaps you need to make an exception in your script blocker.
18+ </ p >
19+ </ noscript >
20+ </ body >
21+ </ html >
Original file line number Diff line number Diff line change 1+ @import "https://unpkg.com/open-props" ;
2+ @import "https://unpkg.com/open-props/normalize.min.css" ;
You can’t perform that action at this time.
0 commit comments