public
Description: An OS X application to build a standalone web site as an export from my photo album.
Homepage: http://bleu.west.spy.net/~dustin/projects/photosync/
Clone URL: git://github.com/dustin/photosync.git
photosync / Resources / index.html
100644 18 lines (17 sloc) 0.369 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
  <head>
    <title>Photos</title>
    <link rel="stylesheet" href="style.css" />
  </head>
  <body>
    <h1>Search</h1>
    <a href="search.html">Search</a>
    <h1>Years</h1>
    <ul>
      %YEARS%
    </ul>
  </body>
</html>