-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
61 lines (60 loc) · 4.47 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
<HTML>
<HEAD>
<TITLE>Stolpersteine Ilmenau</TITLE>
<meta name="author" content="Stolpersteine Guide">
<link rel="icon" type="image/png" sizes="32x32" href="template_images/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="template_images/favicon-16x16.png">
<link rel="shortcut icon" href="template_images/favicon.ico">
<link rel="apple-touch-icon" sizes="57x57" href="template_images/apple-touch-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="template_images/apple-touch-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="template_images/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="template_images/apple-touch-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="template_images/apple-touch-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="template_images/apple-touch-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="template_images/apple-touch-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="template_images/apple-touch-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="template_images/apple-touch-icon-180x180.png">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<meta name="apple-mobile-web-app-title" content="stolpersteine">
<meta name="mobile-web-app-capable" content="yes">
<meta name="theme-color" content="#101B2E">
<meta name="application-name" content="stolpersteine">
<link rel="apple-touch-startup-image"
media="(device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 1)"
href="template_images/apple-touch-startup-image-320x460.png">
<link rel="apple-touch-startup-image"
media="(device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 2)"
href="template_images/apple-touch-startup-image-640x920.png">
<link rel="apple-touch-startup-image"
media="(device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2)"
href="template_images/apple-touch-startup-image-640x1096.png">
<link rel="apple-touch-startup-image"
media="(device-width: 375px) and (device-height: 667px) and (-webkit-device-pixel-ratio: 2)"
href="template_images/apple-touch-startup-image-750x1294.png">
<link rel="apple-touch-startup-image"
media="(device-width: 414px) and (device-height: 736px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 3)"
href="template_images/apple-touch-startup-image-1182x2208.png">
<link rel="apple-touch-startup-image"
media="(device-width: 414px) and (device-height: 736px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 3)"
href="template_images/apple-touch-startup-image-1242x2148.png">
<link rel="apple-touch-startup-image"
media="(device-width: 768px) and (device-height: 1024px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 1)"
href="template_images/apple-touch-startup-image-748x1024.png">
<link rel="apple-touch-startup-image"
media="(device-width: 768px) and (device-height: 1024px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 1)"
href="template_images/apple-touch-startup-image-768x1004.png">
<link rel="apple-touch-startup-image"
media="(device-width: 768px) and (device-height: 1024px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2)"
href="template_images/apple-touch-startup-image-1496x2048.png">
<link rel="apple-touch-startup-image"
media="(device-width: 768px) and (device-height: 1024px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2)"
href="template_images/apple-touch-startup-image-1536x2008.png">
</HEAD>
<FRAMESET>
<FRAME SRC="https://stolpersteine-guide.de/map/staedte/294/ilmenau" NORESIZE>
<NOFRAMES>
Die Stolpersteine der Stadt Ilmenau sind unter <a href="https://stolpersteine-guide.de/map/staedte/294/ilmenau">diesem Link</a> zu finden.
</NOFRAMES>
</FRAMESET>
</HTML>