12 lines
155 B
HTML
12 lines
155 B
HTML
![]() |
<html>
|
||
|
|
||
|
<head>
|
||
|
<title>Your Title Here</title>
|
||
|
</head>
|
||
|
|
||
|
<body style="background: green;">
|
||
|
<iframe src="../pages/content.html"</iframe>
|
||
|
</body>
|
||
|
|
||
|
</html>
|