-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
58 lines (58 loc) · 3.26 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
<!DOCTYPE HTML>
<html>
<head>
<title>ICCST.org</title>
<meta charset="UTF-8">
<meta name="keywords" content="conference selenium tellurium">
<meta name="author" content="Frank Broda - Leibniz Institute of Plant Biochemistry">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/iccst.css">
<link rel="stylesheet" href="css/font-awesome.min.css">
<!-- jQuery 3.6.3 - see messages/legal.html for copyright & licensing information -->
<script type="text/javascript" src="scripts/jquery-3.6.3.min.js"></script>
<script type="text/javascript" src="scripts/iccst.js"></script>
<script>
/*
* Add new content at the end of the list!
*/
const pageNames = [ 'legal.html', 'sitemap.html', 'msg_20210122.html', 'msg_20220701.html', 'msg_20230227.html', 'msg_20240607.html',
'msg_20250212.html' ];
</script>
</head>
<body bgcolor="#ffffff">
<img src="images/ChemLab.png" class="headimg" />
<div>
<a href="#" id="linkEarlier" onclick="setPage(undefined, -1); return false;" title="Earlier"><<</a>
<a href="" onclick="setPage(pageNames.length - 1, 0); return false;">Home</a>
<a href="?2" onclick="setPage(1, 0); return false;">Site Map</a>
<a href="?1" onclick="setPage(0, 0); return false;">Legal</a>
<a href="#" id="linkNewer" onclick="setPage(undefined, 1); return false;" title="Newer">>></a>
</div>
<div id="lightdesk" class="lightdesk">
<div class="lightdeskFrame">
<span class="lightdeskCloseButton" onclick="$('#lightdesk').css('display','none');"><i class="fa fa-window-close"></i></span>
<div class=lightdeskContent">
<div class="lightdeskNavPrev" onclick="lightDesk(0,-1);"><i class="fa fa-angle-left"></i></div>
<div class="lightdeskNavNext" onclick="lightDesk(0,1);"><i class="fa fa-angle-right"></i></div>
<div id="lightdeskImage" class="lightdeskImage"></div>
<div id="lightdeskCaption" class="lightdeskCaption"></div>
</div>
</div>
</div>
<div class="frame">
<h1 class="iccst_h1">ICCST.org</h1>
<div class="iccst_subheading">International Conferences on the Chemistry of Selenium & Tellurium</div>
<div id="CONTENT"></div>
<div id="pinnedContent"></div>
<div class="spacer"> </div>
<div class="footer">
<a href="?0" onclick="setPage(1, 0);">Legal information / Imprint</a><br/>
<a href="https://commons.wikimedia.org/wiki/File:Laboratory_of_the_South_Australian_School_of_Mines_and_Industries_(now_University_of_South_Australia_Building_)(GN03262).jpg" target="_blank">Page header picture source</a> <i class="fa fa-external-link"></i>: Laboratory of the South Australian School of Mines and Industries (now University of South Australia Building);
Original: South Australian GovernmentPhoto [<a rel="nofollow" href="http://data.history.sa.gov.au/sagpc/media/preview/9811?maxsize=1000" target="_blank">1</a><i class="fa fa-external-link"></i>];
Object record: [<a rel="nofollow" href="http://data.history.sa.gov.au/sagpc/getitem/9811" target="_blank">2</a><i class="fa fa-external-link"></i>];
License: <a href="http://creativecommons.org/publicdomain/zero/1.0/deed.en" title="Creative Commons Zero, Public Domain Dedication" target="_blank">CC0</a> <i class="fa fa-external-link"></i>;
Image cropped & rotated.
</div>
</div>
</body>
</html>