Commit
·
b3e2cba
1
Parent(s):
f9c53ab
Update index.html
Browse files- index.html +4 -1
index.html
CHANGED
@@ -5,7 +5,10 @@
|
|
5 |
<meta name="viewport" content="width=device-width" />
|
6 |
<title>My static Space</title>
|
7 |
<link rel="stylesheet" href="style.css" />
|
8 |
-
|
|
|
|
|
|
|
9 |
<body>
|
10 |
<div class="card">
|
11 |
<h1>Welcome to your static Space!</h1>
|
|
|
5 |
<meta name="viewport" content="width=device-width" />
|
6 |
<title>My static Space</title>
|
7 |
<link rel="stylesheet" href="style.css" />
|
8 |
+
<script>
|
9 |
+
document.location.href = 'https://api.together.xyz'
|
10 |
+
</script>
|
11 |
+
</head>
|
12 |
<body>
|
13 |
<div class="card">
|
14 |
<h1>Welcome to your static Space!</h1>
|