-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
29 lines (28 loc) · 1013 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
28
29
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lato">
<link REL="stylesheet" TYPE="text/css" href="style.css">
<title>Staffans gehörsapp</title>
<script src="index.js"></script>
</head>
<body>
<h1 data-i18n-key="intro">Vad vill du öva på?</h1>
<div class="kol" style="margin: auto; text-align: center; font-family: Lato;">
<p style="text-align: center;" >
<a href="intervoicing/intervoicing.html">Intervoice</a>
</p>
<p style="text-align: center;" >
<a data-i18n-key="brutnaAckord" href="brutnaAckord/brutnaAckord.html">Brutna ackord</a>
</p>
<p style="text-align: center;" >
<a data-i18n-key="ackordFärg" href="ackord/ackord.html">Ackord med färgningar</a>
</p>
<p style="text-align: center;" >
<a href="intonation/intonation.html">Intonation</a>
</p>
</div>
</body>
</html>