-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
50 lines (38 loc) · 1.52 KB
/
index.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
42
43
44
45
46
47
48
49
50
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>BSK - Foundation</title>
<link rel="stylesheet" href="dist/css/mdi.css">
<link rel="stylesheet" href="dist/css/app.css">
</head>
<body>
<div class="row">
<div class="small-12 columns">
<a href="#home">Home</a>
<a href="#home/list">Home List</a>
<a href="#home/get/ivan">Home Get</a>
<a href="#home/redirect">Redirect</a>
<br />
<a href="#markets">Markets</a>
<a href="#markets/list">Markets List</a>
<a href="#markets/get/ivan">Markets Get</a>
<br />
<a href="#brands">Brands</a>
<a href="#brands/list">Brands List</a>
<a href="#brands/get/ivan">Brands Get</a>
<br />
<a href="#notifications/users">Users</a>
<a href="#notifications/users/list">Users List</a>
<a href="#notifications/users/get/ivan">Users Get</a>
<a href="#notifications/users/test/ivan">Users test</a>
</div>
</div>
<br />
<div id="app"></div>
<script src="dist/js/vendors.min.js"></script>
<script src="dist/js/app.js" async></script>
</body>
</html>