-
Notifications
You must be signed in to change notification settings - Fork 29
/
index.html
34 lines (34 loc) · 1.22 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
<!DOCTYPE html>
<head>
<title>ListExtender.js</title>
<link rel="stylesheet" href="css/style.css">
<!-- /*
Title: Nunito
Author: Vernon Adams, Cyreal
Date: n.d.
Availability: https://fonts.google.com/specimen/Nunito#standard-styles
*/ -->
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Nunito">
<link rel="icon" href="img/icon.png">
<script defer type="text/javascript" src="https://www.julienbl.me/ListExtender/lib/ListExtender.min.js"></script>
<script defer type="text/javascript" src="js/index.js"></script>
</head>
<body>
<nav>
<a href="index.html"><h3>ListExtender.js</h3></a>
<div id="nav-buttons">
<a href="https://github.com/JLambertazzo/ListExtender#readme"><img id='gh' src="img/GitHub-Mark-Light-32px.png" /></a>
<a href="examples.html"><button>Examples</button></a>
<a href="documentation.html"><button>Documentation</button></a>
</div>
</nav>
<div id='hero'>
<h1>Welcome to ListExtender.js</h1>
<div class="sm-buttons">
<a href="examples.html"><span>Examples</span></a>
<a href="documentation.html"><span>Documentation</span></a>
</div>
<h4>The library for dynamic lists that is:</h4>
</div>
</body>
</html>