-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
45 lines (38 loc) · 1.29 KB
/
index.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>
<head>
<title>HOME PAGE</title>
<link rel="stylesheet" type="text/css" href="css\style.css">
<link rel="stylesheet" type="text/css" href="css\bootstrap.min.css">
</head>
<body>
<h1>HOME PAGE</h1>
<div class="section">
<div onclick="qsee1()" class="portal">
<img src="images\qsee1.png" height="250px" width="250px">
<div class="label">Q-See 1</div>
</div>
<div onclick="qsee2()" class="portal">
<img src="images\qsee2.png" height="250px" width="250px">
<div class="label">Q-See 2</div>
</div>
<div onclick="owa()" class="portal">
<img src="images\owa.png" height="250px" width="250px">
<div class="label">OWA Asiapremier</div>
</div>
<div onclick="symantec()" class="portal">
<img src="images\symantec.png" height="250px" width="250px">
<div class="label">OWA Asiapremier</div>
</div>
<div onclick="owa()" class="portal">
<img src="images\owa.png" height="250px" width="250px">
<div class="label">OWA Asiapremier</div>
</div>
<div onclick="owa()" class="portal">
<img src="images\owa.png" height="250px" width="250px">
<div class="label">OWA Asiapremier</div>
</div>
</div>
<script type="text/javascript" src="js/redirect.js"></script>
</body>
</html>