-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathhome.html
20 lines (20 loc) · 826 Bytes
/
home.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html>
<head>
<title>StudyWelfare Tutorial</title>
<link rel="shortcut icon" sizes="200*200" type="image/x-icon" href="logo1.jpg">
<frameset rows="11%,11%,*">
<frame src="Welcome.html" name="w1"></frame>
<frameset cols="15%,30%,30%,*">
<frame src="h1.html" name="r3" style="background-color:azure"></frame>
<frame src="about.html" name="r1" style="background-color:azure"></frame>
<frame src="info.html" name="r2" style="background-color:azure"></frame>
<frame src="login.html" name="r3" style="background-color:azure"></frame>
</frameset>
<frameset cols="15%,85%">
<frame style="background-color:aliceblue" src="sample.html" name="f1" />
<frame src="default.html" name="n2"></frame>
</frameset>
</frameset>
</head>
</html>