-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
19 lines (18 loc) · 1.14 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<html>
<head>
<title>
BOOK STORE
</title>
<link rel="shortcut icon" href="./images/logo.png" type="image/png">
</head>
<body>
<center> <iframe src="frames\iframe1.html" width="100%" height="350px" style="border:2px solid black;"></iframe> </center>
<iframe src="frames\nav.html" width="25%" height="615px" style="margin:0; padding:0; border:0;float: left;"></iframe>
<iframe src="frames\iframe2.html" width="75%" height="1000px" style="margin:0; padding:0; border:0;float: right;"></iframe>
<iframe src="frames\book.html" width="25%" height="550px" style="margin:0; padding:0; border:0;float: left;"></iframe>
<iframe src="frames\iframe3.html" width="75%" height="515px" style="margin:0; padding:0; border:0;float: right;"></iframe>
<iframe src="frames\thought.html" width="25%" height="735px" style="margin:0; padding:0; border:0;float: left;"></iframe>
<iframe src="frames\iframe4.html" width="75%" height="385px" style="margin:0; padding:0; border:0;float: right;"></iframe>
<center> <iframe src="frames\footer.html" width="100%" height="250px"></iframe> </center>
</body>
</html>