-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
60 lines (58 loc) · 1.93 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>SVG pitch | Japanese pitch accent annotations in simple SVG.</title>
<meta name="description" content="Japanese pitch accent annotations in simple SVG." />
<meta property="og:type" content="WebSite" />
<meta property="og:title" content="SVG pitch" />
<meta property="og:url" content="https://illdepence.github.io/SVG_pitch/" />
<meta property="og:image" content="https://illdepence.github.io/SVG_pitch/preview.gif" />
<meta property="og:video" content="https://illdepence.github.io/SVG_pitch/preview.mp4" />
<meta property="og:description" content="Japanese pitch accent annotations in simple SVG." />
<script type="application/ld+json">
{"publisher":{"@type":"Person","name":"Tarek Saier"},"@type":"WebSite","url":"https://illdepence.github.io/SVG_pitch/","headline":"SVG pitch | Japanese pitch accent annotations in simple SVG.","name":"SVG pitch","description":"Japanese pitch accent annotations in simple SVG.","@context":"http://schema.org"}</script>
<link href="https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,900&subset=japanese" rel="stylesheet">
<style>
body, text {
font-family: 'Noto Sans JP', sans-serif;
font-weight: 300;
}
h3 {
font-family: 'Noto Sans JP', sans-serif;
font-weight: 900;
}
table, td {
border-collapse:collapse;
}
a {
color: #007f9a;
text-decoration: none;
}
a:hover {
color: #006378;
}
a:focus {
outline: none;
}
* {-webkit-font-smoothing: antialiased;}
</style>
</head>
<body>
<div style="width: 700px; margin: 0 auto;">
<h3>SVG pitch</h1>
<table style="width: 393px; margin-bottom: 10px;">
<tr>
<td><a href="pitch.html">manual</a></td>
<td><a href="pitch_auto.html">automatic</a></td>
<tr>
<tr>
<td><small>by hand</small></td>
<td><small>by dictionary</small></td>
<tr>
</table>
<br>
<p><small>code on <a href="https://github.com/IllDepence/SVG_pitch">GitHub</a></small></p>
</div>
</body>
</html>