2021-05-25 02:39:56 +00:00
|
|
|
<html>
|
|
|
|
|
<head>
|
|
|
|
|
<style></style>
|
|
|
|
|
<meta name="viewport" content="width=device-width,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no">
|
|
|
|
|
<style>
|
2021-10-16 09:25:59 +00:00
|
|
|
.preview {
|
2021-10-17 06:58:36 +00:00
|
|
|
margin-top: 50px;
|
|
|
|
|
margin-left: 100px;
|
2021-10-17 03:58:10 +00:00
|
|
|
border: 1px solid #cccccc;
|
2021-05-25 02:39:56 +00:00
|
|
|
}
|
|
|
|
|
</style>
|
|
|
|
|
</head>
|
|
|
|
|
<body>
|
|
|
|
|
|
2021-10-17 03:58:10 +00:00
|
|
|
<iframe src="./main.html"
|
|
|
|
|
frameBorder="0" class="preview" width="500", height="500"></iframe>
|
2021-10-16 15:58:37 +00:00
|
|
|
|
2021-10-17 03:58:10 +00:00
|
|
|
<!-- <iframe src="http://127.0.0.1:8081/packages/board/examples/features/main.html"
|
2021-10-16 15:58:37 +00:00
|
|
|
frameBorder="0" class="preview"
|
2021-10-17 03:58:10 +00:00
|
|
|
width="600", height="500"></iframe> -->
|
2021-05-25 02:39:56 +00:00
|
|
|
</body>
|
|
|
|
|
</html>
|