Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update form.html
This adjustments will make the code cleaner and more standards-compliant
  • Loading branch information
0xwitty authored Nov 6, 2024
commit c83c02649da4d2c7ed70d430cada5589b36c2567
2 changes: 1 addition & 1 deletion static/form.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<html> <head> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"> <title>Get your token Mapped</title> <style type="text/css"> html{ margin: 0; height: 100%; overflow: hidden; } iframe{ position: absolute; left:0; right:0; bottom:0; top:0; border:0; } </style> </head> <body> <iframe id="typeform-full" width="100%" height="100%" frameborder="0" allow="camera; microphone; autoplay; encrypted-media;" src="https://angela758926.typeform.com/to/GJNUda"></iframe> <script type="text/javascript" src="https://embed.typeform.com/embed.js"></script> </body> </html>
<!DOCTYPE html><html><head><meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"><title>Get your token Mapped</title><style type="text/css">html {margin: 0; height: 100%; overflow: hidden;} iframe {position: absolute; left: 0; right: 0; bottom: 0; top: 0; border: none;}</style></head><body><iframe id="typeform-full" width="100%" height="100%" allow="camera; microphone" src="https://angela758926.typeform.com/to/GJNUda"></iframe><script type="text/javascript" src="https://embed.typeform.com/embed.js" async></script></body></html>