attacker-exploiting-everyone commited on
Commit
daab248
·
verified ·
1 Parent(s): 877168f

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +24 -0
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>