-
Notifications
You must be signed in to change notification settings - Fork 1
/
welcome.html
38 lines (38 loc) · 1.43 KB
/
welcome.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
<html>
<head>
<title></title>
<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="css/bootstrap-responsive.min.css">
<link rel="stylesheet" type="text/css" href="css/style.css">
</head>
<body>
<div id="login">
<div class="container">
<div class="row">
<div class="span12">
<div class="content">
<div class="row header">
<div class="span2"><img src="images/nato.png"></div>
</div>
<div class="login_workspace">
<div class="plate">
<div class="left"><input type="button" value="Continue"></div>
<div class="center">
<div class="watch"><img src="images/watch.png"></div>
</div>
<div class="right"><input type="button" value="Logoff"></div>
</div>
</div>
<div class="footer_links">
<a href="#">Terms of service</a>
<a href="#">Support contacts</a>
<a href="#">Operated by Ifone-Neda</a>
<a href="#">Provided by ComKAF</a>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>