-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsidebar.html
More file actions
19 lines (19 loc) · 1.08 KB
/
sidebar.html
File metadata and controls
19 lines (19 loc) · 1.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<head>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<div class="sidebar-contain">
<div class="sidebar">
<a href="#" class="sidebar-head">Sno - Docs</a>
<a href="#" class="sidebar-sub">snojs 4</a>
<a href="./index.html" class="highlight sidebar-item">Introduction</a>
<a href="#" class="highlight sidebar-item disable">Crystal v4</a>
<a href="./data.html" class="highlight sidebar-item">Data Tag</a>
<a href="./ifelse.html" class="highlight sidebar-item">If Events</a>
<a href="./click.html" class="highlight sidebar-item">Click events</a>
<a href="#" class="highlight sidebar-item disable">Value Binding</a>
<a href="#" class="highlight sidebar-item disable">Showing Variables</a>
<span class="sidebar-hr"></span>
<a href="#" class="sidebar-item disable">Why sno?</a>
<a href="#" style="margin:10px;" class="sidebar-item disable sidebar-footer"><i class="fa fa-github"></i> <i class="fa fa-legal"></i></a>
</div>
</div>