diff options
author | Aqua-sama <aqua@iserlohn-fortress.net> | 2021-04-07 11:49:12 +0300 |
---|---|---|
committer | Aqua-sama <aqua@iserlohn-fortress.net> | 2021-04-07 11:49:12 +0300 |
commit | fd4cb27121122d146b8cc3d55ad5aa9312c2cbe6 (patch) | |
tree | 9a6b58cabe2320d8b385196a68ab973803199eac /templates/header.php | |
download | bugtracker-fd4cb27121122d146b8cc3d55ad5aa9312c2cbe6.tar.xz |
Initial commit
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> |