Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
cd40c3c522 | ||
|
|
57c378230d |
+1
-1
@@ -1 +1 @@
|
|||||||
0.0.4
|
0.0.5
|
||||||
|
|||||||
+4
-1
@@ -25,7 +25,10 @@
|
|||||||
<link href="main.css" rel="stylesheet" />
|
<link href="main.css" rel="stylesheet" />
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body class="bg-gray-200 dark:black m-10" x-data="{}">
|
<body
|
||||||
|
class="animate-[pulse_1s_ease-out] bg-gray-200 dark:black m-10"
|
||||||
|
x-data="{}"
|
||||||
|
>
|
||||||
<h1 class="text-4xl font-bold">Hello Créalise</h1>
|
<h1 class="text-4xl font-bold">Hello Créalise</h1>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
+1
-1
@@ -1 +1 @@
|
|||||||
{"devDependencies": {"tailwindcss": "^3.1.8"}, "name": "webdev", "version": "0.0.4", "license": "AGPL-3.0-or-later"}
|
{"devDependencies": {"tailwindcss": "^3.1.8"}, "name": "webdev", "version": "0.0.5", "license": "AGPL-3.0-or-later"}
|
||||||
|
|||||||
Reference in New Issue
Block a user