-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
55 lines (55 loc) · 1.89 KB
/
Copy pathindex.html
File metadata and controls
55 lines (55 loc) · 1.89 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
53
54
55
<!DOCTYPE html>
<html>
<head>
<meta name="description" content="A Minimalist Front-end Framework">
<meta name="keywords" content="bwb, shbwb, qbsz, CSS">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link href="https://bwb.js.org/start/build.css" rel="stylesheet">
<script src="https://cdn.jsdelivr.net/gh/shbwb/bwb@v.3.0/js/plugins.js"></script>
<title>BWB docs</title>
<style>
</style>
</head>
<body onload="snackbar();timer(time=300000,text='You have watched this page for 5 minutes! Please take a break.')">
<div id="snackbar">version: v.3.4</div>
<div class="header">
<h1>BWB</h1>
<h2>Docs</h2>
</div>
<div class="sticky">
<div class="navbar-theme-dark">
<a href="https://bwb-docs.js.org/pages/start">Start</a>
</div>
</div>
</br></br>
<center><a href="https://bwb-docs.js.org/pages/start"><button class="button smooth6 info">Start</button></a><a href="https://github.com/shbwb/bwb"><button class="button smooth6 warning">GitHub</button></a></center>
</br>
<div class="container">
<h1>Why BWB?</br><small>BWB has these benefits</small></h1>
<div class="readbox card hover">
<p>• Free and quick</p>
<p>• More beautiful plugins</p>
<p>• Easy to start&learn</p>
</div>
</br>
<hr>
<h1>Other</h1>
<div class="readbox card hover">
<h1>Bug:</h1>
<p>* You can <a href="https://github.com/shbwb/bwb/issues/new/choose">open an issue on GitHub</a> to report the bugs or help us to fix it.</p>
</div><br>
<div class="readbox card hover">
<h1>Do you know</h1>
<p>The first commit was on 14 oct 2020, the commit <kbd>e76afdb</kbd> !</p>
<p>This website was also built by bwb!</p>
</div></br>
<div class="readbox card hover">
<h1>Developer</h1>
<img border="1" src="/img/blackface.png" alt="qbsz" width="45" height="45">
</div>
<hr>
<center><small>Copyright © 2021</small></center>
<center><small>BWB studio(qbsz,shbwb)</small></center>
</div>
<br>
</html>