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 | |
parent | 19969f79632e4936073dcd91fbd9dfbe917e9438 (diff) | |
download | 53hor-acb147e1880b1594f024a542acd89cf670f9926a.tar.xz 53hor-acb147e1880b1594f024a542acd89cf670f9926a.zip |
fix: add doctype and html tag
-rw-r--r-- | includes/head.php | 3 | ||||
-rw-r--r-- | info.php | 2 |
2 files changed, 5 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 { @@ -144,4 +144,6 @@ include('./includes/head.php'); <img src="https://nextcloud.53hor.net/index.php/s/JMqd6ACCdskmS5J/preview" width="graphic-width-in-pixels" height="graphic-height-in-pixels" alt="Viewable With Any Browser" /> +<a href="https://validator.w3.org/feed/check.cgi?url=https%3A//www.53hor.net/feed.php"><img src="https://nextcloud.53hor.net/index.php/s/Ly6CBibnCFA99Fz/preview" alt="[Valid RSS]" title="Validate my RSS feed" /></a> + <img src="https://nextcloud.53hor.net/index.php/s/nKmSsrxa4LkRHdM/preview" /> |