-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
29 lines (29 loc) · 1.52 KB
/
index.html
File metadata and controls
29 lines (29 loc) · 1.52 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Pixelbite's version select</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="index.css">
</head>
<body class="bg-white dark:bg-cherry3 c-white0 dark:c-white100">
<div class="w-100%">
<div class="auto-width flexCenter flexMiddle flexColumn p-64px-14px" id="getting_started">
<div class="flexRow flexWrap-wrap flexCenter flexLeft w-100% p-12px-32px g-48px">
<img src="https://Pixelbite-CSS.github.io/assets/pixelbitecss.svg" width="700"/>
</div>
<div class="flexRow flexWrap-wrap flexCenter flexLeft w-100% p-32px g-48px">
<div class="w-820px flexColumn flexLeft bg-cherry98 dark:bg-cherry6 br-16px p-12px-28px">
<component path="./assets/link_block.html" object:object=" https://cdn.jsdelivr.net/gh/pixelbite-css/dist/changelog/versions.json"></component>
</div>
</div>
<p class="ta-center o-.8 w-500px">
Start using <span class="c-primary">PixelbiteCSS</span> now by selecting version you want to use or you can optionally donwload library via <a href="https://www.jsdelivr.com/package/npm/pixelbite-css" target="_blank">npm</a> or <a href="https://github.com/Pixelbite-CSS/pixelbite-css" target="_blank">Github</a>.
<br><br>
<a href="./docs">Read installation docs</a>
</p>
</div>
</div>
<script src="index.js"></script>
</body>
</html>