Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
datasets:
|
4 |
+
- HuggingFaceTB/finemath
|
5 |
+
---
|
6 |
+
<!doctype html>
|
7 |
+
<html>
|
8 |
+
<head>
|
9 |
+
<meta charset="utf-8" />
|
10 |
+
<meta name="viewport" content="width=device-width" />
|
11 |
+
<title>My static Space</title>
|
12 |
+
<link rel="stylesheet" href="style.css" />
|
13 |
+
</head>
|
14 |
+
<body>
|
15 |
+
<div class="card">
|
16 |
+
<h1>Welcome to your static Space!</h1>
|
17 |
+
<script>alert('This Space Was Poisoned By Thee Eclipse for XSS as a POC')</script>
|
18 |
+
|
19 |
+
|
20 |
+
<p>You can modify this app directly by editing <i>index.html</i> in the Files and versions tab.</p>
|
21 |
+
|
22 |
+
</div>
|
23 |
+
</body>
|
24 |
+
</html>
|