-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPresentation.html
59 lines (50 loc) · 1.22 KB
/
Presentation.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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<!doctype html>
<html lang="en">
<head>
<title>Main Web page</title>
<link rel="stylesheet" href="css/presentation.css">
<meta http-equiv = "refresh" content = "4; url = mainPage.html" />
</head>
<body background="images/Grass.jpeg">
<div class="animation">
<h1>WELCOME TO OUR WEB-PAGE</h1>
<h3>Web Design and Development</h3>
</div>
</br>
</br>
<table>
<td colspan = "4">
<p><b>GROUP MEMBERS</b></P>
</td>
<tr>
<th>Name</th>
<th>Uow Id</th>
<th>IIT Id</th>
<th>Task</th>
</tr>
<tr>
<td>Manthika Dissanayake </td>
<td>w1830245</td>
<td>20200555</td>
<td>STUDENT 01</td>
</tr>
<tr>
<td>Geeth Muthunayaka </td>
<td>w1830175</td>
<td>20200508</td>
<td>STUDENT 02</td>
</tr>
<tr>
<td>Purna Peramune </td>
<td>w1830241</td>
<td>20200548</td>
<td>STUDENT 03</td>
</tr>
<table>
</br>
<hr>
<center>
<a href="info.html">Page Developer: Manthika Dissanayake</a>
</center>
</body>
</html>