init the awkward code

This commit is contained in:
Bao Nguyen
2023-02-13 19:32:10 +07:00
commit 27170afcac
5426 changed files with 1244579 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
<!DOCTYPE html>
<html>
<head>
<style>
html, body {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
}
#wrapper {
position: absolute;
inset: 15px;
}
</style>
</head>
<body>
<div id="wrapper">
<iframe src="index.html" style="width: 100%;height: 100%;" frameborder="0">
</iframe>
</div>
</body>
</html>