-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhello_panel_home.html
39 lines (37 loc) · 1.39 KB
/
hello_panel_home.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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Hello Admin</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
<link rel="stylesheet" type="text/css" href="stylesheets/admin.css">
<link rel="stylesheet" type="text/css" href="stylesheets/surattack.css">
<!--[if lt IE 9]>
<script src="js/html5shiv.js"></script>
<![endif]-->
</head>
<body>
<section id="content">
<div id="contentheader">
<h1><i class="icon-chart-bar"></i>Stats</h1>
<div class="wrapperstats">
<ul>
<li><span>14</span>trabajos</li>
<li><span>23</span>dias desde el ultimo update</li>
<li><span>5600</span>impresiones totales</li>
</ul>
</div>
</div>
</section>
<aside class="sidebaradmin sidebarhello">
<a class="logoadmin" href="#"><img src="img/hello.svg" alt="Sur.attack"></a>
<h1>Chino</h1>
<ul>
<li><a href=""><i class="icon-monitor"></i> Home</a></li>
<li><a href=""><i class="icon-pencil"></i> Agregar trabajo</a></li>
<li><a href=""><i class="icon-list"></i> Mis Trabajos</a></li>
<li><a href=""><i class="icon-tools"></i> Configuracion</a></li>
</ul>
</aside>
</body>
</html>