forked from tilde/tilde.32bit.cafe
fix <html> tags being closed twice and lang attribute not being in quotes
This commit is contained in:
parent
c75510d5be
commit
17c120764f
@ -1,5 +1,5 @@
|
||||
<!doctype html>
|
||||
<html lang=en></html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>~about</title>
|
||||
<link rel="stylesheet" href="style.css">
|
||||
|
@ -1,5 +1,5 @@
|
||||
<!doctype html>
|
||||
<html lang=en></html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>~32bit</title>
|
||||
<link rel="stylesheet" href="style.css">
|
||||
|
@ -1,5 +1,5 @@
|
||||
<!doctype html>
|
||||
<html lang=en></html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>~join</title>
|
||||
<link rel="stylesheet" href="style.css">
|
||||
|
@ -1,5 +1,5 @@
|
||||
<!doctype html>
|
||||
<html lang=en></html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>~site-list</title>
|
||||
<link rel="stylesheet" href="style.css">
|
||||
|
Loading…
x
Reference in New Issue
Block a user