9 lines
208 B
HTML
9 lines
208 B
HTML
|
<!doctype html>
|
||
|
<html lang="en">
|
||
|
<head>
|
||
|
<title>Custom Iframe Menu</title>
|
||
|
</head>
|
||
|
<body style="text-align: center">
|
||
|
<p style="color: whitesmoke">This is an iframe in a custom menu.</p>
|
||
|
</body>
|
||
|
</html>
|