diff options
author | lonkaars <loek@pipeframe.xyz> | 2023-04-23 21:55:22 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2023-04-23 21:55:22 +0200 |
commit | 7eecf6d9577eb81498fcf35bdd7ae375b227b69c (patch) | |
tree | df943f7da99a8556ac5eb7b5cd874bdadf36e4d0 /public/head.php |
site scaffolding + php tests
Diffstat (limited to 'public/head.php')
-rw-r--r-- | public/head.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/public/head.php b/public/head.php new file mode 100644 index 0000000..eddf94b --- /dev/null +++ b/public/head.php @@ -0,0 +1,5 @@ +<meta charset='utf-8'> +<meta http-equiv='X-UA-Compatible' content='IE=edge'> +<meta name='viewport' content='width=device-width, initial-scale=1'> +<link rel='stylesheet' type='text/css' media='screen' href='global.css'> +<link rel='stylesheet' type='text/css' media='screen' href='mdi.css'> |