Spaces:
Running
Running
Update index.html
Browse files- index.html +1 -1
index.html
CHANGED
@@ -11,7 +11,6 @@
|
|
11 |
|
12 |
<link rel="stylesheet" href="styles/main.css">
|
13 |
|
14 |
-
</head>
|
15 |
<style>
|
16 |
@keyframes float {
|
17 |
0% { transform: translateY(0px); }
|
@@ -259,6 +258,7 @@
|
|
259 |
margin-left: 4px;
|
260 |
}
|
261 |
</style>
|
|
|
262 |
|
263 |
<body class="bg-gray-100 font-sans">
|
264 |
|
|
|
11 |
|
12 |
<link rel="stylesheet" href="styles/main.css">
|
13 |
|
|
|
14 |
<style>
|
15 |
@keyframes float {
|
16 |
0% { transform: translateY(0px); }
|
|
|
258 |
margin-left: 4px;
|
259 |
}
|
260 |
</style>
|
261 |
+
</head>
|
262 |
|
263 |
<body class="bg-gray-100 font-sans">
|
264 |
|