2 Commits
Author SHA1 Message Date
pvincent cd40c3c522 tagged as 0.0.5 2022-12-04 10:51:25 +04:00
pvincent 57c378230d animation 2022-12-04 10:51:15 +04:00
3 changed files with 6 additions and 3 deletions
+1 -1
View File
@@ -1 +1 @@
0.0.4
0.0.5
+4 -1
View File
@@ -25,7 +25,10 @@
<link href="main.css" rel="stylesheet" />
</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>
</body>
</html>
+1 -1
View File
@@ -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"}