-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathalbums.html
33 lines (32 loc) · 1.02 KB
/
albums.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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<link rel="icon" href="rscds_logo-128.png"/>
<link rel="apple-touch-icon-precomposed" href="rscds_logo-144.png"/>
<link rel="stylesheet" type="text/css" href="style2.css"/>
<script type="text/javascript" src="slideshow.js"> </script>
<title>Album Test</title>
<style>
.fubar {
color: white;
text-decoration: none;
text-align: center;
text-shadow: black 0px 0px 8px;
}
</style>
</head>
<body onload="load();">
<div id="ctl">
<input type="button" value="prev" onclick="slider.previous();"></input>
<input type="button" value="next" onclick="slider.next();"></input>
</div>
<hr>
<div class="ss_container" id="ss_cont">
<a href="javascript:slider.previous();" class="ss_previous ss_nav">◁</a>
<a href="javascript:slider.next();" class="ss_next ss_nav">▷</a>
</div>
<hr>
<div class="fubar">KADJGLKGJ</div>
</body>
</html>