1
0

Merge pull request 'fix <html> tags being closed twice and lang attribute not being in quotes' (#2) from cuboid/tilde.32bit.cafe:fix into main

Reviewed-on: tilde/tilde.32bit.cafe#2
good catch, merged
This commit is contained in:
qt 2025-03-07 21:21:53 +00:00
commit 2738e2e99e
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">