-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patharachne-reco.html
41 lines (29 loc) · 1.17 KB
/
arachne-reco.html
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:svg="http://www.w3.org/2000/svg"
xml:lang="en">
<head>
<META HTTP-EQUIV="Pragma" CONTENT="no-cache">
<title>Arachne</title>
<!-- My little icon in the link url -->
<link rel="icon" type="image/png" href="front_page/a" />
<!-- Activate some overrides to basic configuration. -->
<!--#set var="PageStyle" value="standard" -->
<script type="text/javascript" charset="utf-8">
gPageName='standard-reco';
window.FlashCanvasOptions = {
swfPath: "http://192.168.1.5/~tagg/Arachne/js/"
};
</script>
<!-- Javascript libraries and code. -->
<!--(#)include virtual="html/libraries.inc"-->
<!--#include virtual="libraries.cgi"-->
<!-- Main CSS sheet for basic layout, custom mods. -->
<link rel="stylesheet" href="arachne.css" type="text/css" media="all"/>
<link rel="stylesheet" href="front_page/menu.css" type="text/css" media="all"/>
<link rel="stylesheet" href="local.css" type="text/css" media="all"/>
</head>
<!--#set var="file_type" value="reco" -->
<!--#include virtual="arachne-common.html"-->
</html>