Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/views/default/_base.html.bak
blob: b4336669271d6def859dc59fa6627ca6e01cdf83 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<html>
  <link rel="stylesheet" href="../static/glike.css" type="text/css" />
  <head>
  <title>Turtle Art Image Database</title>
  </head>
  <body>
  <div id="header">
  <h1><a href="index.html" >Home</a></h1>
  <ul>
    <li><a href="imagelist.html" >Images</a></li>
    <li><a href="submit.html">Submit</a></li>
    <li><a href="adminpage.html" >Clear All</a></li>
  </ul>
  </div>
  <div id='bodycontent'>
  {{include}}
  </div>
  </body>
  </style>
</html>