-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
27 lines (25 loc) · 840 Bytes
/
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
<!DOCTYPE html>
<head>
<link rel="stylesheet" type="text/css" href="styles/landingStyles.css" />
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300&display=swap" rel="stylesheet">
</head>
<html>
<body>
<!-- Adapted the SVG animation from this video https://www.youtube.com/watch?v=RQUeQ-SzQ8k-->
<h1 id="title" href="#">
<svg>
<rect>
</rect>
</svg>
<div>
Tutorial.js
</div>
</h1>
<text id="subtitle">A library for creating tutorials.</text>
<div id="options">
<a href="./demo.html"> Demo</a>
<a href="./documentation.html"> Documentation </a>
</div>
</body>
</html>