-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
71 lines (71 loc) · 1.94 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
61
62
63
64
65
66
67
68
69
70
71
<!DOCTYPE html>
<html lang='en'>
<head>
<meta charset='utf-8'>
<title>Nano Notes for iPhone, iPad, and Apple Watch</title>
<link href='style.css?new' rel='stylesheet' type='text/css'>
<link href='https://www.studioamanga.com/nanonotes/' rel='canonical'>
<link href='https://www.studioamanga.com/img/favicon.ico' rel='shortcut icon'>
<meta content='Take notes on your iPhone, read them on your Apple Watch!' name='description'>
<meta content='width=device-width' name='viewport'>
<meta content='app-id=1445942906' name='apple-itunes-app'>
</head>
<body>
<nav class='general'>
<a href='https://www.studioamanga.com/'>
<img alt='StdAMG' src='img/icon-amg.png'>
<span>Studio AMANgA</span>
</a>
</nav>
<header class='top cropped-bottom'>
<div class='title'>
<img alt='Icon' class='icon' src='img/icon-72-2x.png'>
<h1>Nano Notes</h1>
</div>
<div>
<img alt='Screens' class='showcase' src='img/screens.png'>
</div>
</header>
<section class='main'>
<p class='tagline'>
Take notes on your iPhone, read them on your Apple Watch.
<blockquote>
<q>Perfect little app!</q>
★★★★★
</blockquote>
<blockquote>
<q>On my watch all the time now!</q>
★★★★★
</blockquote>
<blockquote>
<q>This app is just what I was looking for.</q>
★★★★★
</blockquote>
</p>
<p class='download'>
<a href='https://apps.apple.com/app/id1445942906'>
<img alt='Download on the App Store' src='img/download-appstore.svg'>
</a>
</p>
<p>
<a href='https://apps.apple.com/app/id1445942906'>
Download Nano Notes for free on the App Store.
</a>
</p>
</section>
<footer>
<a href='https://www.studioamanga.com'>
<img alt='StdAMG' src='img/amgmini-black.png'>
</a>
<p>
“Nano Notes” for iPhone, iPad, iPod touch, and Apple Watch
<br>
Available in English, French, German, Italian, Japanese, Korean, Portuguese, Simplified Chinese, and Spanish
<br><a href='releasenotes'>Release Notes</a>,
<a href='privacy-policy'>Privacy Policy</a>
<br>
Made by Studio AMANgA 2019-2024
</p>
</footer>
</body>
</html>