aboutsummaryrefslogtreecommitdiff
path: root/doc/webdoc.init
blob: 4f7b4fd5370370ae8d390f6f4efa4a9c00140d92 (plain)
1
2
3
4
5
6
7
8
use strict;
use warnings;
set_from_init_file('EXTRA_HEAD', qq{
<link rel="stylesheet" type="text/css" href="css/info.css"/>
<link rel="stylesheet" type="text/css" href="css/pies.css"/>
<script src="js/modernizr.js" type="text/javascript"></script>
<script src="js/info.js" type="text/javascript"></script>
});

Return to:

Send suggestions and report system problems to the System administrator.