create repo for 0x2620.org/jpg

This commit is contained in:
j 2013-12-30 16:11:08 +05:30
commit 2aadd63e2b
14 changed files with 7375 additions and 0 deletions

17
index.html Normal file
View file

@ -0,0 +1,17 @@
<!DOCTYPE html>
<html>
<head>
<title>0x2620.org/jpg</title>
<link rel="shortcut icon" type="image/png" href="../png/0x2620.16.png"/>
<link rel="stylesheet" type="text/css" href="css/jpg.css"/>
<script type="text/javascript" src="js/jquery.js"></script>
<script type="text/javascript" src="js/jpg.js"></script>
</head>
<body>
<div id="album"></div>
<div id="menu">
<div id="left"></div>
<div id="right"></div>
</div>
</body>
</html>