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>
|
<!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">
|
||||||
|
@ -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">
|
||||||
|
@ -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">
|
||||||
|
@ -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">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user