1tbfree commited on
Commit
705ec50
1 Parent(s): 66c75d1

Create index.php

Browse files
Files changed (1) hide show
  1. index.php +9 -0
index.php ADDED
@@ -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>