Line 1: | Line 1: | ||
− | + | <!DOCTYPE html> | |
+ | <html> | ||
+ | <head> | ||
<link href="https://fonts.googleapis.com/css?family=Signika" rel="stylesheet"> | <link href="https://fonts.googleapis.com/css?family=Signika" rel="stylesheet"> | ||
<link href="https://fonts.googleapis.com/css?family=Acme" rel="stylesheet"> | <link href="https://fonts.googleapis.com/css?family=Acme" rel="stylesheet"> | ||
Line 85: | Line 87: | ||
</style> | </style> | ||
+ | </head> | ||
+ | <body> | ||
<iframe id="contentframe" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; outline: 1px solid red;"></iframe> | <iframe id="contentframe" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; outline: 1px solid red;"></iframe> | ||
Line 99: | Line 103: | ||
} | } | ||
</script> | </script> | ||
+ | |||
+ | </body> | ||
+ | </html> |
Revision as of 05:49, 28 August 2017
<!DOCTYPE html>