Spaces:
Running
Running
Commit
·
7ac522b
1
Parent(s):
e05aadd
feat: update landing page with model links and blue theme
Browse files- index.html +1 -1
- style.css +1 -1
index.html
CHANGED
@@ -19,7 +19,7 @@
|
|
19 |
<link rel="canonical" href="https://wavespeed.ai/collections/wan-2-2" />
|
20 |
|
21 |
<link rel="stylesheet" href="style.css" />
|
22 |
-
<meta http-equiv="refresh" content="
|
23 |
</head>
|
24 |
<body>
|
25 |
<nav class="top-nav">
|
|
|
19 |
<link rel="canonical" href="https://wavespeed.ai/collections/wan-2-2" />
|
20 |
|
21 |
<link rel="stylesheet" href="style.css" />
|
22 |
+
<meta http-equiv="refresh" content="10;url=https://wavespeed.ai/collections/wan-2-2" />
|
23 |
</head>
|
24 |
<body>
|
25 |
<nav class="top-nav">
|
style.css
CHANGED
@@ -262,7 +262,7 @@ h1, h2 {
|
|
262 |
.progress {
|
263 |
height: 100%;
|
264 |
background: #2196F3;
|
265 |
-
animation: progress
|
266 |
}
|
267 |
|
268 |
.cta-button {
|
|
|
262 |
.progress {
|
263 |
height: 100%;
|
264 |
background: #2196F3;
|
265 |
+
animation: progress 10s linear;
|
266 |
}
|
267 |
|
268 |
.cta-button {
|