-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
53 lines (44 loc) · 1.24 KB
/
about.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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<!doctype html>
<html>
<head>
<link type="text/css" href="css/fontello.css" rel="stylesheet">
<link type="text/css" href="css/style.css" rel="stylesheet">
<!-- <script type="text/javascript" src="list.js"></script> -->
<title>Re-Chord</title>
</head>
<body>
<div class="mainContent">
<div class="pageHeader">
<h1 id="options-heading" >Re-Chord</h1>
</div>
<div class="contentNav">
<ul>
<li>
<a href='options.html' >Settings</a>
</li>
<li class="noIncognito">
<a href="list.html">My song list</a>
</li>
<li class="noIncognito">
<a href='shortcuts.html'>Keyboard shortcuts</a>
</li>
<li>
<a class="active" href="about.html">About</a>
</li>
</ul>
</div>
<div class="content">
<div class="sub-section">
<h2>Made by this muppet:</h2>
<div class="formRow" id="aboutInfoDv">
<label id="defaultTabsLbl" class="topLabel" for="defaultTabs">Keagan Jarvis</label>
</div>
<h2>Code can be found here:</h2>
<div class="formRow" id="aboutInfoDv">
<a class="topLabel" href="https://github.com/KeaganJarvis/re-chord">Github Repo</a>
</div>
</div>
</div>
</div>
</body>
</html>