diff options
| author | Paul Buetow <paul@buetow.org> | 2022-05-28 18:51:26 +0100 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2022-05-28 18:51:26 +0100 |
| commit | ce927cf1ccf5bc6ddce116d9ad03be43117ca464 (patch) | |
| tree | 961cf5438691833041ca8897aa833dd0f9516c36 /htmlextras/header.html.part | |
| parent | 6d02279c3526d00ca63164f89e6bdbbee9828520 (diff) | |
move html related content to htmlextras
Diffstat (limited to 'htmlextras/header.html.part')
| -rw-r--r-- | htmlextras/header.html.part | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/htmlextras/header.html.part b/htmlextras/header.html.part new file mode 100644 index 0000000..f2592b3 --- /dev/null +++ b/htmlextras/header.html.part @@ -0,0 +1,9 @@ +<!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" lang="en" xml:lang="en"> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> +<title>%%TITLE%%</title> +<link rel="shortcut icon" type="image/gif" href="/favicon.ico" /> +<link rel="stylesheet" href="%%STYLESHEET%%" /> +</head> +<body> |
