Spaces:
Running
Running
Update index.html
Browse files- index.html +1 -1
index.html
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
<meta charset="UTF-8">
|
5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
6 |
<title>HTML Playground</title>
|
7 |
-
<
|
8 |
</head>
|
9 |
<body class="m-0 p-0">
|
10 |
<div class="grid grid-cols-2 w-screen h-screen divide-x divide-amber-300">
|
|
|
4 |
<meta charset="UTF-8">
|
5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
6 |
<title>HTML Playground</title>
|
7 |
+
<script src="https://cdn.jsdelivr.net/npm/@tailwindcss/browser@4"></script>
|
8 |
</head>
|
9 |
<body class="m-0 p-0">
|
10 |
<div class="grid grid-cols-2 w-screen h-screen divide-x divide-amber-300">
|