Spaces:
Running
Running
Upload template.php
Browse files- template.php +4 -0
template.php
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
|
| 2 |
+
Tailwind is loaded via CDN in `index.html`:
|
| 3 |
+
```html
|
| 4 |
+
<script src="https://cdn.tailwindcss.com?plugins=forms,typography,container-queries"></script>
|