-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patheditor.html
45 lines (40 loc) · 1.18 KB
/
editor.html
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
38
39
40
41
42
43
44
45
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>page editor</title>
<link rel="stylesheet" href="editor.css" />
</head>
<body>
<header>
<div class="header">
<h1>Page Editor</h1>
</div>
<div class="description">
<p>Name : Kavindi Ama Sharadha Fonseka</p>
<p>Role : Student 4</p>
<p>The following pages were edited by me!</p>
<hr />
</div>
</header>
<hr />
<br /><br />
<div class="links">
<h1><a href="gallery.html">Gallery</a></h1>
<h2>
created a gallery using html,css and javascript. used javascript to
change the colour scheme and change font size.
</h2>
<br /><br />
<h1><a href="sitemap.html">Site Map</a></h1>
<h2>created a site map using html,css and javascript.</h2>
<br /><br />
<h1><a href="student4.html">Ella Sri Lanka</a></h1>
<h2>
A guide was created on ella, sri lanka, one of the most beutiful area in
Sri Lanka
</h2>
</div>
</body>
</html>