-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsign_data.html
41 lines (32 loc) · 1.1 KB
/
sign_data.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Homepage</title>
<link rel="stylesheet" href="css/style.css" type="text/css">
<link rel="stylesheet" href="css/Bootsrap-css.css">
<script src="JS/Clock.js" type="text/javascript"></script>
<div class="header">
<div id="logo">
<h1><img src="css/picture/logo.png" alt="Logo">
<a href="http://www.zztlbd.com/" style="text-decoration: none; color: black;">
<b>Zara Zaman Technology Ltd.</b>
</a>
</h1>
</div>
<div id="com_name ">
<h2>Call Management System</h2>
</div>
<div class="clock "><span id='clock'></span>
</div>
</div>
</head>
<body class="body " onload=display_ct();>
<div style="margin-top: 100px;">
<h1>Sign up successfully. Please wait for confirmation by email.</h1>
</div>
<br>
<a href="index.html "><button type="button" class="button">Back</button></a>
</body>
</html>