Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/templates/skel.html
blob: 65d351eae58db3021863d3f4470c3855ca7140b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8" />
  <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
  <title>Filer</title>
  <link rel="stylesheet" href="/www/css/main.css" type="text/css" />
<script src="/www/js/jquery-1.6.2.js" type="text/javascript"></script>
<!-- <script src="js/jquery-plugins/json.js" type="text/javascript"></script>
  <script src="js/jquery-plugins/jquery.hotkeys-0.7.8.js" type="text/javascript"></script>
  <script src="js/jquery-plugins/jquery.intercept.js" type="text/javascript"></script> -->
</head>
<body>
<script>
window.onload = function() {
};
</script>
</body>
</html>