Guest User

Untitled

a guest
May 24th, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  5. <title>Написать диджею</title>
  6. <link rel="stylesheet" type="text/css" href="/photon.css">
  7. <link rel="stylesheet" type="text/css" href="/info.css">
  8. <style>
  9. body {
  10. color: #996793;
  11. text-align: center;
  12. }
  13. </style>
  14. </head>
  15.  
  16. <body>
  17. <h3>Ваше сообщение отправлено</h3>
  18. <p>Ваш идентификатор: <strong>${UID}</strong></p>
  19. <p><button onclick="window.close()">Закрыть</button></p>
  20.  
  21. </body>
  22. </html>
Add Comment
Please, Sign In to add comment