-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathsamples.html
29 lines (29 loc) · 1.06 KB
/
samples.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title></title>
<link rel="stylesheet" href="css/style.css" />
<script type="text/javascript" src="js/jquery.1.7.2.min.js"></script>
<script type="text/javascript" src="js/jquery.mousewheel.js"></script>
<script type="text/javascript" src="js/picasatter.min.js"></script>
</head>
<body>
<div class="main">
<div class="render" id="rend"></div>
<div class="summary" id="title">photo_title</div>
<div class="timeleft" id="TimeLeft">2:00</div>
<div class="photo">
<img id="main_window" src="https://lh4.googleusercontent.com/-602l5j1hMgo/T_RDvReuE7I/AAAAAAAAAvU/Heo3PpiOK4I/Jellyfish.jpg">
</div>
<div class="tframe">
<table class="table table-bordered" rows="1" columns="a,b,c,d,e,f,g,h" value=" "></table>
</div>
<div class="toolcircle"></div>
<div class="toolcross"></div>
</div>
<div class="side">
<div class="picasatter" id="album1" user="username" album="albumid" authkey="key"></div>
</div>
</body>
</html>