Advertisement
Guest User

Untitled

a guest
Nov 18th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.27 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <!-- saved from url=(0059)https://www.fully-kiosk.com/samples/universal-launcher.html -->
  3. <html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  4.  
  5. <meta name="viewport" content="width=device-width,initial-scale=1">
  6. <title>Mind Immersions</title>
  7. <style>
  8. * {margin:0; padding:0; }
  9. body {font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; text-align:left; box-sizing:border-box; overflow-x:hidden; min-height:100%; }
  10. body {background-image: url('https://troyparker.net/mi/mi-back.jpg');background-repeat: no-repeat; background-color: #2c2c2c; background-size: cover; }
  11. body {font-size: 100%;}
  12. body {margin-top: 1em;}
  13. div.app, div.bookmark {margin:0.5em 2em; width:4em;height:6em;overflow-y:hidden;border: 0px solid #555; display: inline-block;}
  14.  
  15. div.appIcon img, div.bookmarkIcon img {width:4em;height:4em;}
  16. div.appName, div.bookmarkName {font-size:0.7em;line-height:1.25em;font-weight:bold;text-align:center;}
  17. div.app a, div.bookmark a {text-decoration:none;color:white;}
  18. p.error {margin:2em; font-size:2em; color:red; text-align: center;}
  19. div.container {max-width:700px; margin: 50px auto; text-align: center;}
  20. </style>
  21. <!-- Custom HTML will be injected here -->
  22. </head>
  23. <body>
  24. <div class="container">
  25.  
  26. </div>
  27. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement