diff options
author | cflip <36554078+cflip@users.noreply.github.com> | 2021-06-23 15:19:21 -0600 |
---|---|---|
committer | cflip <36554078+cflip@users.noreply.github.com> | 2021-06-23 15:19:21 -0600 |
commit | fd0c3a283153d6f2d759e5e14888e40e65dc61b7 (patch) | |
tree | 431fb27b6a87efedbc33f728d08a99c6c4c4adb4 /includes/templates/head.php | |
parent | 4b01ac4021c26c05141f0fbeae20a1c50adbaabf (diff) |
Add latest threads to index page
Diffstat (limited to 'includes/templates/head.php')
-rwxr-xr-x | includes/templates/head.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/includes/templates/head.php b/includes/templates/head.php new file mode 100755 index 0000000..d7c5758 --- /dev/null +++ b/includes/templates/head.php @@ -0,0 +1,4 @@ +<link rel="stylesheet" href="styles/style.css">
+<link rel="icon" href="img/favicon.png">
+<meta charset="utf-8">
+<meta name="viewport" content="width=device-width, initial-scale=1.0">
\ No newline at end of file |