-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
37 lines (30 loc) · 1.08 KB
/
index.html
File metadata and controls
37 lines (30 loc) · 1.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<!DOCTYPE html>
<html lang="en">
<!-- Resume with basic information-->
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>My Resume - Radhika </title>
</head>
<link rel="stylesheet" href="style.css">
<frameset rows="30%,30%,30%,20% 20%" frameborder="0" scrolling="auto">
<frameset cols="75%,*" frameborder="10">
<frame src="name.html" scrolling="no"></frame>
<frame src="photo.png" scrolling="no">
</frame>
</frameset>
<frameset cols="30%,*">
<frame src="eduheading.html" scrolling="no"></frame>
<frame src="education.html" scrolling="no"></frame>
</frameset>
<frameset cols="30%,*">
<frame src="experience.html" scrolling="no"></frame>
<frame src="expdetails.html" scrolling="no"></frame>
</frameset>
<frameset cols="30%,*">
<frame src="hobbies.html" scrolling="no"></frame>
<frame src="hobbiesdetails.html" scrolling="no"></frame>
</frameset>
</frameset>
</html>