-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathusers.html
More file actions
53 lines (52 loc) · 2.37 KB
/
Copy pathusers.html
File metadata and controls
53 lines (52 loc) · 2.37 KB
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
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="utf-8">
<title>Skaip</title>
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="icon"
type="image/png"
href="/img/fav.ico">
</head>
<body>
<div class="header_stripe">
<div class="mod">
<a href="http://npgeor.cloudapp.net:8080/index.html" class="logo"><img src="logo.png" alt="Skaip"></a>
<ul class="nav-main">
<li><a class = "menu_item" href="https://github.com/npgeorgiou/HttpChat" >Git</a></li>
<li><a class = "menu_item" href="http://npgeor.cloudapp.net:8080/download.html" >Download</a></li>
<li><a class = "menu_item" href="http://npgeor.cloudapp.net:8080/log.html" >Log</a></li>
<li><a class = "menu_item" href="http://npgeor.cloudapp.net:8080/users.html" >Users</a></li>
</ul>
</div>
</div>
<div class="main_stripe">
<div id="users_wallpaper">
<div class="mod">
<div class="header">
<span>Users online: DUMMY TEXT</br>
</span>
</div>
</div>
</div>
</div>
<div class="footer_stripe">
<div class="mod">
<div class="footer_inner_container">
<div class="footer_logo_text">
<a href="http://npgeor.cloudapp.net:8080/index.html" class="logo"><img src="logo.png" alt="Skaip"></a>
<span>
Skaip lets you communicate with other people who have something to say. It makes you look cool and smell nice. You ll have more friends, girlfriends and fun. Your life will shine. Its made for you and is customised to your specific needs. Everyone uses it, dont be a fool. Its amazing and you should download it now.
<p>© 2014-2015 Skaip</p>
</span>
</div>
<div class="us_presentation" >
<span>Nikos</span>
<div class="our_pictures_nikos">
</div>
</div>
</div>
</div>
</div>
</body>
</html>