-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgetStarted.html
34 lines (31 loc) · 931 Bytes
/
getStarted.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="main.css">
<title>Get Started with CL</title>
</head>
<body>
<header>
<h2> <a href="https://github.com/deepak-07"><i class="fab fa-github"></i>GitHub </a></h2>
</header>
<nav>
<div class="sideNav">
<a href="/getStarted.html">
<h1>Bad Ui</h1>
</a>
<a href="getStarted.html"> Getting Started</a>
<hr>
<a href="Components/allComponents.html"> Components</a>
<hr>
<!-- <a href="Components/allComponents.html#about-section"> About</a>
<hr> -->
</div>
</nav>
<main>
Get Started with the 0.01 Version of Bad Ui
</main>
</body>
</html>