This repository was archived by the owner on Mar 26, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
53 lines (53 loc) · 2.64 KB
/
index.html
File metadata and controls
53 lines (53 loc) · 2.64 KB
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
<!DOCTYPE html>
<html>
<head>
<title>UPGal</title>
<link href='/css/main.css' rel='stylesheet'>
<script>
var ISSUES_JSON = '{"path":"images","size":11}'
</script>
<script async='true' src='/js/all.js' type='text/javascript'></script>
<meta charset='utf-8'>
<meta content='width=device-width, user-scalable=no' name='viewport'>
<meta content='yes' name='apple-mobile-web-app-capable'>
<meta content='IE=edge' http-equiv='X-UA-Compatible'>
<meta content='Open source project to create a web-based application for tablets to read your content. Ideal for a book, magazine or photo gallery! It can be easily embedded in other projects.' name='description'>
<meta content='Open source project to create a web-based application for tablets to read your content. Ideal for a book, magazine or photo gallery! It can be easily embedded in other projects.' property='og:description'>
<meta content='upgal, up gallery, up_gallery, open source, coffeescript, gallery, tablet, ipad, javascript, mobile, gallery, photo, book, epub' name='keywords'>
<meta content='Francesco "makevoid" Canessa' name='author'>
<meta content='UPGal - tablet image gallery / reading app - open source!' property='og:title'>
<meta content='http://upgal.mkvd.net' property='og:url'>
<meta content='website' property='og:type'>
<meta content='UPGal' property='og:site_name'>
<meta content='http://upgal.mkvd.net/images/up_gal_fb_icon.jpg' property='og:image'>
<meta content='makevoid' property='fb:admins'>
</head>
<body>
<div class='main'>
<img data-id='0' draggable src='/images/01.jpg'>
<a class='prev' href='javascript:void(0)'>❰</a>
<a class='next' href='javascript:void(0)'>❱</a>
<a class='zoom' href='javascript:void(0)'>◰</a>
</div>
<div class='thumbs_cont'>
<div class='thumbs'>
<img data-id='0' src='/images/thumbs/01.jpg'>
<img data-id='1' src='/images/thumbs/02.jpg'>
<img data-id='2' src='/images/thumbs/03.jpg'>
<img data-id='3' src='/images/thumbs/04.jpg'>
<img data-id='4' src='/images/thumbs/05.jpg'>
<img data-id='5' src='/images/thumbs/06.jpg'>
<img data-id='6' src='/images/thumbs/07.jpg'>
<img data-id='7' src='/images/thumbs/08.jpg'>
<img data-id='8' src='/images/thumbs/09.jpg'>
<img data-id='9' src='/images/thumbs/10.jpg'>
<img data-id='10' src='/images/thumbs/11.jpg'>
</div>
</div>
<a class='github_link' href="https://github.com/makevoid/up_gallery">view source</a>
<div class='debug'></div>
<div class='refresh'>
<a href='/'>↺</a>
</div>
</body>
</html>