Skip to content

Commit

Permalink
index_html for magicmaker on openxlab
Browse files Browse the repository at this point in the history
  • Loading branch information
zengyh1900 committed Jan 10, 2024
1 parent 1bdd952 commit c5d19e6
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions projects/magicmaker/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<title>My static Space</title>
<style>
body {
margin: 0;
}
.space {
max-width: 100%;
max-height: 100%;
width: 100vw;
height: 100vh;
overflow: hidden;
}
.iframe {
min-width: 100%;
min-height: 100%;
background: black;
}
</style>
</head>
<body>
<div class="space">
<iframe
class="iframe"
allowfullscreen="true"
frameborder="0"
src="https://openxlab.org.cn/magic-maker/home">
</iframe>
</div>
</body>
</html>

0 comments on commit c5d19e6

Please sign in to comment.