Advertisement
Guest User

Untitled

a guest
Aug 19th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.14 KB | None | 0 0
  1.  
  2. <!DOCTYPE html>
  3. <html lang="en">
  4. <head>
  5. <title>Application for Tanki Online Mobile test</title>
  6. <meta charset="UTF-8">
  7. <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0">
  8. <link rel="shortcut icon" href="assets/img/favicon.ico" />
  9. <link rel="icon" type="image/ico" href="assets/img/favicon.ico" />
  10. <link rel='stylesheet' href='assets/css/reset.css' type='text/css'/>
  11. <link rel='stylesheet' href='assets/css/style.css' type='text/css'/>
  12. </head>
  13. <body>
  14. <header>
  15. <div class="langs">
  16. <a class="flag ru" href=".?lang=ru"></a><a class="flag en" href=".?lang=en"></a><a class="flag de" href=".?lang=de"></a><a class="flag pl" href=".?lang=pl"></a> </div>
  17. <a href="http://tankionline.com/en"><div class="logo"></div></a>
  18. </header>
  19. <div class="form-wrapper clearfix">
  20. <div class="message success"><i class="icon"></i>Your application has been received. In the second half of May we will send the first invitations for the test to emails submitted through the form. You might get lucky.</div>
  21. </div>
  22. </body>
  23. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement