Update docs

This commit is contained in:
Nicolas Cusan
2021-09-07 11:58:51 +02:00
parent 7ec08c322e
commit a26abb42d8
24 changed files with 1017 additions and 887 deletions

16
iframe.html Normal file
View File

@@ -0,0 +1,16 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Iframe Content</title>
<link rel="icon" href="/icon.svg" type="image/svg+xml">
<link rel="apple-touch-icon" href="/apple-touch-icon.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="stylesheet" href="destyle.css">
<meta name="google-site-verification" content="6NN30tyC1Cm8FIYA9_PwrI8vf_dqvILEXn220VFXdVs" />
</head>
<body>
<h1>Iframe Content</h1>
</body>
</html>