Spaces:
Running
Running
Commit
·
4af74ee
1
Parent(s):
08ebcd3
Create index.html
Browse files- index.html +22 -0
index.html
ADDED
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<!DOCTYPE html>
|
2 |
+
<html lang="en-us">
|
3 |
+
<head>
|
4 |
+
<meta charset="utf-8">
|
5 |
+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
6 |
+
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
|
7 |
+
<title>Huggy</title>
|
8 |
+
<link rel="shortcut icon" href="TemplateData/favicon.ico">
|
9 |
+
<link rel="stylesheet" href="TemplateData/style.css">
|
10 |
+
<style>
|
11 |
+
div#discordButton button{
|
12 |
+
position: absolute;
|
13 |
+
left: 0px;
|
14 |
+
}
|
15 |
+
</style>
|
16 |
+
<!-- Bootstrap CSS -->
|
17 |
+
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
|
18 |
+
</head>
|
19 |
+
<body class="dark">
|
20 |
+
<h1>The correct link to Huggy is <a href="https://huggingface.co/spaces/ThomasSimonini/Huggy">here</a></h1>
|
21 |
+
</body>
|
22 |
+
</html>
|