fix <html> tags being closed twice and lang attribute not being in quotes

This commit is contained in:
cuboid 2025-03-07 20:34:20 +00:00
parent c75510d5be
commit 17c120764f
Signed by: cuboid
GPG Key ID: F1179D2215380143
4 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
<!doctype html>
<html lang=en></html>
<html lang="en">
<head>
<title>~about</title>
<link rel="stylesheet" href="style.css">

View File

@ -1,5 +1,5 @@
<!doctype html>
<html lang=en></html>
<html lang="en">
<head>
<title>~32bit</title>
<link rel="stylesheet" href="style.css">

View File

@ -1,5 +1,5 @@
<!doctype html>
<html lang=en></html>
<html lang="en">
<head>
<title>~join</title>
<link rel="stylesheet" href="style.css">

View File

@ -1,5 +1,5 @@
<!doctype html>
<html lang=en></html>
<html lang="en">
<head>
<title>~site-list</title>
<link rel="stylesheet" href="style.css">