]> git.sesse.net Git - ccbs/blob - html/index.pl
On the last fade-from-red, just complete the fade instead of doing a re-render. Fixes...
[ccbs] / html / index.pl
1 #! /usr/bin/perl
2
3 use ccbs;
4 use strict;
5 use warnings;
6
7 ccbs::print_header();
8 ccbs::process_template('index.tmpl', _('Front page'));