Advertisement
Guest User

this is my index.html

a guest
Sep 19th, 2019
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. <html>
  2. <head>
  3. <title>Laf Project!</title>
  4.  
  5. <style>
  6. webview{
  7. display: flex;
  8. width: 100%;
  9. height: 98%;
  10. border: none;
  11.  
  12. }
  13.  
  14. </style>
  15. </head>
  16. <body>
  17. <webview src="https://laf.world/?game" plugins></webview>
  18. </body>
  19. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement