diff options
author | 53hornet <atc@53hor.net> | 2021-10-02 21:35:35 -0400 |
---|---|---|
committer | 53hornet <atc@53hor.net> | 2021-10-02 21:35:35 -0400 |
commit | acb147e1880b1594f024a542acd89cf670f9926a (patch) | |
tree | f39d2f087d5abb11b51a2872700e967fa26abdeb /includes | |
parent | 19969f79632e4936073dcd91fbd9dfbe917e9438 (diff) | |
download | 53hor-acb147e1880b1594f024a542acd89cf670f9926a.tar.xz 53hor-acb147e1880b1594f024a542acd89cf670f9926a.zip |
fix: add doctype and html tag
Diffstat (limited to 'includes')
-rw-r--r-- | includes/head.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/includes/head.php b/includes/head.php index c5e5287..43afd4d 100644 --- a/includes/head.php +++ b/includes/head.php @@ -1,3 +1,6 @@ +<!DOCTYPE html> +<html lang="en-US"> + <head> <style> @font-face { |