-
Notifications
You must be signed in to change notification settings - Fork 15
/
index.html
148 lines (135 loc) · 5.34 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
<!DOCTYPE html>
<html
lang="en"
class="light-style customizer-hide"
dir="ltr"
data-theme="theme-default"
data-assets-path="assets/"
data-template="vertical-menu-template-no-customizer">
<head>
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0" />
<title>Materio - Free Bootstrap 5 HTML Admin Template</title>
<meta name="description" content="" />
<!-- Favicon -->
<link rel="icon" type="image/x-icon" href="assets/img/favicon/favicon.ico" />
<!-- Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap"
rel="stylesheet" />
<!-- Core CSS -->
<link rel="stylesheet" href="assets/vendor/css/core.css" />
<link rel="stylesheet" href="assets/vendor/css/theme-default.css" />
<link rel="stylesheet" href="assets/css/demo.css" />
</head>
<body>
<!-- Content -->
<div class="container flex-grow-1 container-p-y my-2">
<h3>Thank you for using Materio - Free Bootstrap 5 HTML Admin Template! 😇</h3>
<p>
If you’re a developer looking for most Powerful & comprehensive Bootstrap 5 HTML Admin Dashboard Template built
for developers, rich with features, and highly customizable look no further than Materio. We’ve followed the
highest industry standards to bring you the very best admin template that is not only fast and easy to use but
highly scalable. Offering ultimate convenience and flexibility, you’ll be able to build whatever application you
want with very little hassle.
</p>
<!-- Examples -->
<div class="row mt-sm-4 mt-3">
<div class="col-12 mb-3">
<div class="card">
<h5 class="card-header">Template Links</h5>
<!-- Template Demo Links -->
<table class="table">
<tbody>
<tr>
<th>Free Version</th>
<td><a href="html/index.html" target="_blank">Vertical Menu Template</a></td>
</tr>
</tbody>
</table>
<!--/ Template Demo Links -->
</div>
</div>
<div class="col-12 mb-3">
<div class="card">
<h5 class="card-header">Other Important Links</h5>
<!-- Other Links -->
<table class="table">
<thead>
<tr>
<th scope="col">Name</th>
<th scope="col">URL</th>
</tr>
</thead>
<tbody>
<tr>
<td>License</td>
<td>
<a href="https://themeselection.com/license/" target="_blank"
>https://themeselection.com/license/</a
>
</td>
</tr>
<tr>
<td>Documentation</td>
<td>
<a
href="https://demos.themeselection.com/materio-bootstrap-html-admin-template/documentation/"
target="_blank"
>https://demos.themeselection.com/materio-bootstrap-html-admin-template/documentation/</a
>
</td>
</tr>
<tr>
<td>Changelog</td>
<td>
<a
href="https://github.com/themeselection/materio-bootstrap-html-admin-template-free/blob/main/CHANGELOG.md"
target="_blank"
>https://github.com/themeselection/materio-bootstrap-html-admin-template-free/blob/main/CHANGELOG.md</a
>
</td>
</tr>
<tr>
<td>GitHub Repository Access</td>
<td>
<a href="https://tools.themeselection.com/github/github-access" target="_blank"
>https://tools.themeselection.com/github/github-access</a
>
</td>
</tr>
<tr>
<td>Support</td>
<td>
<a
href="https://github.com/themeselection/materio-bootstrap-html-admin-template-free/issues"
target="_blank"
>https://github.com/themeselection/materio-bootstrap-html-admin-template-free/issues</a
>
</td>
</tr>
</tbody>
</table>
<!--/ Other Links -->
</div>
</div>
<div class="col-12 mb-3">
<p>Looking for <strong>PRO</strong> version with <strong>Premium support</strong>?</p>
<div class="upgrade-to-pro">
<a
href="https://themeselection.com/item/materio-bootstrap-html-admin-template/"
target="_blank"
class="btn btn-danger"
>Upgrade to <strong class="ms-1">Materio Pro</strong></a
>
</div>
</div>
</div>
</div>
<!-- / Content -->
</body>
</html>