Skip to content

Commit

Permalink
commit 0008
Browse files Browse the repository at this point in the history
  • Loading branch information
Isodoro committed Sep 19, 2024
1 parent 4e4e8c4 commit a5054aa
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
<!DOCTYPE html>
<head>
<html>
<title>index.html</title>
</head>
<body>

<iframe src="menu.html" width="100%" name="menu" target="main" style="height: 50px; w>
<iframe src="menu.html" width="100%" name="menu" target="main" style="height: 50px; width: 100%></iframe>
<br>
<iframe src="main.html" width="100%" name="main" style="position: absolute; height: 94%; widt>
<iframe src="main.html" width="100%" name="main" style="position: absolute; height: 94%; width: 99%></iframe>
</body>
</html>

0 comments on commit a5054aa

Please sign in to comment.