Update index.html
Browse files- index.html +9 -11
index.html
CHANGED
@@ -1,12 +1,10 @@
|
|
1 |
-
<!
|
2 |
-
<html
|
3 |
-
|
4 |
-
<
|
5 |
-
<meta
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
<div id="root"></div>
|
11 |
-
</body>
|
12 |
</html>
|
|
|
1 |
+
<!DOCTYPE html>
|
2 |
+
<html>
|
3 |
+
<head>
|
4 |
+
<title>Semanti-autocomplete demo</title>
|
5 |
+
<meta http-equiv="refresh" content="0; url=https://mihaiii.github.io/semantic-autocomplete/" />
|
6 |
+
</head>
|
7 |
+
<body>
|
8 |
+
<p>If you are not redirected, <a href="https://mihaiii.github.io/semantic-autocomplete/">click here</a>.</p>
|
9 |
+
</body>
|
|
|
|
|
10 |
</html>
|