victor HF Staff commited on
Commit
90ed7a7
·
1 Parent(s): bd78ea2

Create index.html

Browse files
Files changed (1) hide show
  1. index.html +17 -0
index.html ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <meta name="viewport" content="width=device-width">
6
+ <title>JS Bin</title>
7
+ <link rel="stylesheet" href="styles.css">
8
+ </head>
9
+ </head>
10
+ <body>
11
+ <div class="card">
12
+ <strong>Welcome to your static Space!</strong>
13
+ <p>You can edit this app direclty by modifing the <i>./index.html</i> in Files and versions. Also don't forget to check the <a href="https://google.fr" target="_blank">Spaces documentation</a>.</p>
14
+
15
+ </div>
16
+ </body>
17
+ </html>