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> <!doctype html>
<html lang=en></html> <html lang="en">
<head> <head>
<title>~about</title> <title>~about</title>
<link rel="stylesheet" href="style.css"> <link rel="stylesheet" href="style.css">

View File

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

View File

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

View File

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