diff options
author | Michael McVady <femtonaut@gmail.com> | 2023-02-22 15:23:27 -0600 |
---|---|---|
committer | Michael McVady <femtonaut@gmail.com> | 2023-02-22 15:23:27 -0600 |
commit | 7bc189805a8970299477d56234cb6b0fd4423cb6 (patch) | |
tree | 77ba7f8c34c5084ec7cbf1bf034f466c822bf80f /assets | |
parent | 44a35197171371990051dc65f547c9aa742c94a1 (diff) |
HTML Linting
Diffstat (limited to 'assets')
-rw-r--r-- | assets/index_begin.html | 10 | ||||
-rw-r--r-- | assets/post.html | 4 |
2 files changed, 7 insertions, 7 deletions
diff --git a/assets/index_begin.html b/assets/index_begin.html index 9cad09e..486313a 100644 --- a/assets/index_begin.html +++ b/assets/index_begin.html @@ -1,12 +1,12 @@ <!DOCTYPE html> <html> <head> -<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> -<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"/> -<meta name="theme-color" content="#E6E6FF"/> +<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> +<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> +<meta name="theme-color" content="#E6E6FF"> <title>bunkergate.org</title> -<link rel="icon" type="image/vnd.microsoft.icon" href="/static/favicon.ico"/> -<link rel="stylesheet" type="text/css" href="/static/css/default.css"/> +<link rel="icon" type="image/vnd.microsoft.icon" href="/static/favicon.ico"> +<link rel="stylesheet" type="text/css" href="/static/css/default.css"> </head> <body> diff --git a/assets/post.html b/assets/post.html index 25dd7fb..3749339 100644 --- a/assets/post.html +++ b/assets/post.html @@ -1,6 +1,6 @@ <div class="post"> -<hr class="hdiv"/> +<hr class="hdiv"> <div class="head"> <h2><span class="title"><a href="/posts/%s">%s</a></span></h2> <span class="date">%s</span> @@ -8,6 +8,6 @@ <div class="body"> %s </div> -<hr class="hdiv"/> +<hr class="hdiv"> </div> |