aboutsummaryrefslogtreecommitdiff
path: root/src/bin/web.rs
diff options
context:
space:
mode:
authorGuillermo Ramos2025-02-21 17:50:00 +0100
committerGuillermo Ramos2025-02-21 18:53:50 +0100
commitbaf346bbbdd04e08c686252242ea0a87a1a07d66 (patch)
tree6e09e5e7579cbb0f5ec22e19f58bbb1fb456aba3 /src/bin/web.rs
parent0ce76284445bb2eace7a399140a7d0e2a0bc01af (diff)
downloadhiccup-baf346bbbdd04e08c686252242ea0a87a1a07d66.tar.gz
Simulation in table
Diffstat (limited to 'src/bin/web.rs')
-rw-r--r--src/bin/web.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bin/web.rs b/src/bin/web.rs
index 4b63572..4d2938f 100644
--- a/src/bin/web.rs
+++ b/src/bin/web.rs
@@ -14,6 +14,7 @@ async fn root_get() -> Html<String> {
<head>
<meta charset=\"UTF-8\">
<title>Hiccup</title>
+ <script src=\"https://unpkg.com/@tailwindcss/browser@4\"></script>
<script src=\"/main.js\"></script>
</head>
";