diff options
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'> |