-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathadmin.html
More file actions
52 lines (49 loc) · 2 KB
/
admin.html
File metadata and controls
52 lines (49 loc) · 2 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
<!DOCTYPE html>
<html class=":ltr :l">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>صفحة رئيسية</title>
<link href="/dist/css/physia.css" rel="stylesheet">
<link href="/dist/css/widgets.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Product+Sans:100,200,300,400,600,700,900" rel="stylesheet">
<style>
html {
font-family: 'Product Sans';
}
</style>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<meta charset="UTF-8">
</head>
<body class="l:d4-t d:l2-t l:d8 d:d2-">
<div id="admin-app" class="w-vw h-vh b b-cl">
<nav class="e-3 b h-10 c-20 b-a-c b-j-sb">
<div class="w#9 #4 m-s-5">Logo</div>
<div class="b b-c h-i p-x-5">
<div class="unt btn-n CASE w#6">home</div>
<div class="unt btn-n CASE w#6">logout</div>
</div>
</nav>
<div class="g@ b-fg">
<div class="s@12 m@6 l@4 xl@3 -b-e-1 c-16-b -o-y-a" style="height: calc(100vh - 56px);">
<div class="p-y-4">
<div class="unt itm s-d p-s-5 CASE">orders</div>
<div class="unt h-10 itm Case">
<i class="material-icons u-10">scatter_plot</i>
<div>
<div class="CASE s#2 w#9">account</div>
<div class="case c# w#4 s-o-6">account</div>
</div>
<i class="material-icons m-s-a -i-x">keyboard_arrow_right</i>
</div>
<div class="unt itm b-c CASE s#2 w#9">
more
</div>
</div>
</div>
<div class="s@12 m@6 l@4 xl@3"></div>
</div>
</div>
<script src="/dist/js/physia.js"></script>
</body>
</html>