Spaces:
Sleeping
Sleeping
PandaArtStation
commited on
Commit
•
81b0728
1
Parent(s):
2dfbf7b
Create index.html
Browse files- index.html +10 -0
index.html
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<!DOCTYPE html>
|
2 |
+
<html>
|
3 |
+
<head>
|
4 |
+
<title>Главная</title>
|
5 |
+
</head>
|
6 |
+
<body>
|
7 |
+
<h1>Тестовая лаборатория проекта на Hugginface!</h1>
|
8 |
+
<p>Посторонним вход воспрещен!!!.....</p>
|
9 |
+
</body>
|
10 |
+
</html>
|