-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
42 lines (41 loc) · 1.37 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
<DOCTYPE html>
<html>
<head>
<title>Eponyms App</title>
<link rel="stylesheet" href="style.css">
<link rel="icon" href="img/Icon-fav.png" type="image/png" />
<link rel="mask-icon" href="img/Icon.svg" color="rgb(38,143,205)">
<meta charset="utf-8">
<meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0">
<meta name="apple-itunes-app" content="app-id=286022402">
</head>
<body>
<article>
<section>
<img class="icon" src="img/Icon.svg">
<h1>Eponyms</h1>
<p>
Medical eponym database by <a href="http://eponyms.net" target="_blank">Andrew J. Yee</a>.<br>
Client by Pascal Pfiffner.
</p>
<p>
Get these eponyms for handheld devices:
<ul>
<li><a href="http://itunes.apple.com/ch/app/eponyms/id286022402?mt=8">iPhone App</a></li>
<li><a href="https://sites.google.com/site/androideponyms/">Android App</a></li>
<li><a href="iphone.html">iPhone/Android (Browser)</a></li>
<li><a href="http://eponyms.net/eponyms.htm">Palm</a></li>
<li><a href="http://eponyms.net/pocketpc.htm">Pocket PC</a></li>
<li><a href="http://eponyms.net/windowsmobile.htm">Windows Mobile</a></li>
</ul>
</p>
<p>
Are we missing an eponym or do you have other feedback? <a href="https://github.com/ossus/eponyms-touch/issues">Let us know!</a>
</p>
</section>
</article>
<footer>
© 2017, Ossus GmbH
</footer>
</body>
</html>