⚲
Project
General
Profile
Sign in
Register
Home
Projects
Help
Search
:
Wt
All Projects
Wt
Overview
Activity
Roadmap
Issues
Wiki
Forums
Download (521 Bytes)
Bug #8156
ยป hello.html
Alex Fedorov
, 02/26/2021 10:07 PM
<html>
<head>
<style
type=
"text/css"
>
#main-content
{
max-width
:
1080px
;
margin
:
0
auto
;
padding
:
100px
0
0
}
.iglserver-div
{
width
:
100%
;
height
:
0
;
padding-bottom
:
70%
;
position
:
relative
;
}
.iglserver-div
iframe
{
position
:
absolute
;
width
:
100%
;
height
:
100%
;
border
:
0
;
}
</style>
<title>
Embedded Wt
</title>
</head>
<body>
<div
id=
"main-content"
>
<div
class=
"iglserver-div"
>
<iframe
src=
http://localhost:8080/hello
allowfullscreen
>
</iframe>
</div>
</div>
</body>
</html>
(1-1/1)
Loading...