aboutsummaryrefslogtreecommitdiff
path: root/doc/webdoc.init
blob: 0990b4d0fe1dc1eb3bdcfe234d562a93323a76e9 (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/gdbm.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.