diff options
Diffstat (limited to 'templates/header.php')
-rw-r--r-- | templates/header.php | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/templates/header.php b/templates/header.php new file mode 100644 index 0000000..3a228e1 --- /dev/null +++ b/templates/header.php @@ -0,0 +1,10 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> + +<html lang="en"> +<head> + <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> + <title>localhost: ~red</title> + <link rel="stylesheet" href="style.css"> +</head> + +<body> |