-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
55 lines (53 loc) · 1.84 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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="de">
<head>
<title>Myra Winona Szobody</title>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
<link rel="stylesheet" title="Standard" href="screen.css" type="text/css" media="screen" />
<script language="JavaScript" type="text/javascript" src="imageflow.js"></script>
</head>
<body>
<div id="imageflow">
<div id="loading">
<b>Loading images</b><br/>
<img src="loading.gif" width="208" height="13" alt="loading" />
</div>
<div id="images">
<img src="img/1-reflect.jpg"/>
<img src="img/2-reflect.jpg"/>
<img src="img/3-reflect.jpg"/>
<img src="img/4-reflect.jpg"/>
<img src="img/5-reflect.jpg"/>
<img src="img/6-reflect.jpg"/>
<img src="img/7-reflect.jpg"/>
<img src="img/15-reflect.jpg"/>
<img src="img/8-reflect.jpg"/>
<img src="img/9-reflect.jpg"/>
<img src="img/10-reflect.jpg"/>
<img src="img/11-reflect.jpg"/>
<img src="img/12-reflect.jpg"/>
<img src="img/13-reflect.jpg"/>
<img src="img/14-reflect.jpg"/>
</div>
<div id="captions"></div>
<div style="background-color: #8B7473;">
<div id="scrollbar">
<div id="slider"></div>
</div>
</div>
</div>
<img src="img/top2.gif" style="position: absolute; margin-top: 15px;"/>
<img src="img/top.gif" style="position: absolute; margin-top: 5%;"/>
<div class="clear"></div>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
var pageTracker = _gat._getTracker("UA-1691241-8");
pageTracker._initData();
pageTracker._trackPageview();
</script>
</body>
</html>