Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
HugVPS
/
rdpgen
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
1tbfree
commited on
Sep 3, 2024
Commit
705ec50
·
verified
·
1 Parent(s):
66c75d1
Create index.php
Browse files
Files changed (1)
hide
show
index.php
+9
-0
index.php
ADDED
Viewed
@@ -0,0 +1,9 @@
1
+
<html>
2
+
<head>
3
+
<title>RDPGen</title>
4
+
</head>
5
+
<body>
6
+
<h1>Hello! Press the button to generate RDP.</h1>
7
+
<button onclick='alert("Failed! Servers not available")'
8
+
</body>
9
+
</html>