diff options
Diffstat (limited to 'bucky2/template/splash_list_page')
| -rw-r--r-- | bucky2/template/splash_list_page | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/bucky2/template/splash_list_page b/bucky2/template/splash_list_page new file mode 100644 index 0000000..467b406 --- /dev/null +++ b/bucky2/template/splash_list_page @@ -0,0 +1,20 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<html> + <head> + <title>Carbon Pictures%%TITLE%%</title> + <link rel="stylesheet" href="/splash/splash.css" type="text/css"> + <style type="text/css"> + </style> + </head> +<body> + +<div class="container"> +<header> +<h1 class="classy">old splash pages</h1> +<i>"crank up the zoom if yr on a big monitor"</i> +</header> +%%YEARS%% +</div> + +</body> +</html> |
