-
Notifications
You must be signed in to change notification settings - Fork 0
/
badges.html
64 lines (58 loc) · 3.48 KB
/
badges.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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
<!DOCTYPE html>
<html lang="en">
<head>
<title>Aione Framework Documentation</title>
<!-- Aione framework website, 3D websites, Grid system -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="identifier-url" content="https://aioneframework.com/" />
<meta name="title" content="Aione Framework Documentation" />
<meta name="description" content="Official documentation for Aione framework, All-in-one front end framework for designing websites and web applications and mobile applications" />
<meta name="abstract" content="Aione framework code playground to edit html code and live preview the output" />
<meta name="keywords" content="aione framework, editor, code, live, css, framework, css4, layout, playground, help" />
<meta name="author" content="OXO IT SOLUTIONS PRIVATE LIMITED" />
<meta name="revisit-after" content="10" />
<meta name="language" content="EN" />
<meta name="copyright" content="©2017 OXO IT SOLUTIONS PRIVATE LIMITED" />
<meta name="robots" content="All" />
<meta name="application-name" content="Aione Framework Documentation">
<!-- Global stylesheets -->
<link rel="stylesheet" type="text/css" href="https://cdn.aioneframework.com/assets/css/aione.min.css">
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Open+Sans:100,300,400,600,800">
<link rel="stylesheet" type="text/css" href="assets/css/docs.css">
<script type="text/javascript" src="https://cdn.aioneframework.com/assets/js/vendor.min.js"></script>
<script type="text/javascript" src="https://cdn.aioneframework.com/assets/js/aione.min.js"></script>
<script type="text/javascript" src="assets/js/script.js"></script>
</head>
<body>
<div id="aione_wrapper" class="aione-wrapper layout-header-left aione-layout-wide aione-theme-arcane">
<div class="wrapper">
<div id="aione_header" class="aione-header load-template"></div><!-- .aione-header -->
<div id="aione_main" class="aione-main fullwidth">
<div class="wrapper">
<!--
<div id="aione_slider" class="aione-slider"></div>
-->
<!-- .aione-slider -->
<div id="aione_pagetitle" class="aione-pagetitle">
<div class="wrapper">
<div class="aione-title">
<h3 class="aione-page-title">Badges</h3>
</div><!-- .aione-title -->
</div> <!-- .wrapper -->
</div><!-- .aione-pagetitle -->
<div id="aione_content" class="aione-content">
<div class="wrapper">
<div id="aione_page_content" class="aione-page-content">
<div class="wrapper">
</div>
</div>
</div><!-- .wrapper -->
</div><!-- .aione-content -->
<div id="aione_footer" class="aione-footer load-template"></div><!-- .aione-footer -->
<div id="aione_copyright" class="aione-copyright load-template"></div><!-- .aione-copyright -->
</div><!-- .wrapper -->
</div><!-- .aione-main -->
</div><!-- .wrapper -->
</div><!-- .aione-wrapper -->
</body>
</html>