Update index.html
Browse files- index.html +2 -0
index.html
CHANGED
|
@@ -5,9 +5,11 @@
|
|
| 5 |
<meta name="viewport" content="width=device-width" />
|
| 6 |
<title>My static Space</title>
|
| 7 |
<link rel="stylesheet" href="style.css" />
|
|
|
|
| 8 |
</head>
|
| 9 |
<body>
|
| 10 |
<div class="card">
|
|
|
|
| 11 |
<h1>Welcome to your static Space!</h1>
|
| 12 |
<p>You can modify this app directly by editing <i>index.html</i> in the Files and versions tab.</p>
|
| 13 |
<p>
|
|
|
|
| 5 |
<meta name="viewport" content="width=device-width" />
|
| 6 |
<title>My static Space</title>
|
| 7 |
<link rel="stylesheet" href="style.css" />
|
| 8 |
+
|
| 9 |
</head>
|
| 10 |
<body>
|
| 11 |
<div class="card">
|
| 12 |
+
mmm
|
| 13 |
<h1>Welcome to your static Space!</h1>
|
| 14 |
<p>You can modify this app directly by editing <i>index.html</i> in the Files and versions tab.</p>
|
| 15 |
<p>
|