-
Notifications
You must be signed in to change notification settings - Fork 0
/
headerEN.html
24 lines (20 loc) · 1.24 KB
/
headerEN.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
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon_EN.png">
<link rel="icon" type="image/png" sizes="32x32" href="/images/favicon-32x32_EN.png">
<link rel="icon" type="image/png" sizes="16x16" href="/images/favicon-16x16_EN.png">
<link rel="manifest" href="/images/site.webmanifest">
<link rel="icon" href="https://images.patolojiatlasi.com/img/favicon.ico" type="image/x-icon" />
<link rel="stylesheet" href="https://code.jquery.com/ui/1.11.4/themes/smoothness/jquery-ui.css">
<script src="https://code.jquery.com/jquery-1.11.3.min.js"></script>
<script src="https://code.jquery.com/ui/1.11.4/jquery-ui.min.js"></script>
<script src="https://images.patolojiatlasi.com/openseadragon/openseadragon.min.js"></script>
<script src="https://images.patolojiatlasi.com/annotorious/openseadragon-annotorious.min.js"></script>
<script src="/openseadragon/openseadragon.min.js"></script>
<script src="/annotorious/openseadragon-annotorious.min.js"></script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-99KZJ5W1MH"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-99KZJ5W1MH');
</script>