Spaces:
Running
Running
ikram
commited on
Commit
·
384cf9d
1
Parent(s):
171f476
add static
Browse files- static/app.css +0 -0
- static/index.html +11 -0
static/app.css
ADDED
File without changes
|
static/index.html
CHANGED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<!DOCTYPE html>
|
2 |
+
<html>
|
3 |
+
<head>
|
4 |
+
<link rel="stylesheet" href="/app.css">
|
5 |
+
</head>
|
6 |
+
<body>
|
7 |
+
|
8 |
+
|
9 |
+
</body>
|
10 |
+
|
11 |
+
</html>
|