-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathdomain-change.html
More file actions
9 lines (9 loc) · 1.04 KB
/
domain-change.html
File metadata and controls
9 lines (9 loc) · 1.04 KB
1
2
3
4
5
6
7
8
9
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
<title>Change Domain | Key-a-Byte</title>
<link rel="shortcut icon" href="images/favicon.png" />
<meta name="theme-color" content="#3e251a">
<meta property ="og:title" content="Change my Domain" />
<meta property ="og:image" content="https://i.ibb.co/Y8m42zV/Change-my-Domain.png" />
<html> <head> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"> <title>Domain Change</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://form.typeform.com/to/tpAXZug7"></iframe> <script type="text/javascript" src="https://embed.typeform.com/embed.js"></script> </body> </html>