Fix typos
This commit is contained in:
parent
febbe1f830
commit
101c9310d7
10
index.html
10
index.html
@ -1,15 +1,15 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8">
|
||||||
<meta name="viewpoint" content="weidth=device-width, intial-scale=1.0" />
|
<meta name="viewpoint" content="width=device-width, intial-scale=1.0">
|
||||||
|
|
||||||
<title>Pixel Perfect -- What is my browser size?</title>
|
<title>Pixel Perfect -- What is my browser size?</title>
|
||||||
|
|
||||||
<meta name="description" content="What is my browser size?" />
|
<meta name="description" content="What is my browser size?">
|
||||||
|
|
||||||
<link rel="stylesheet" href="assets/style.css" />
|
<link rel="stylesheet" href="assets/style.css">
|
||||||
<link rel="icon" type="image/x-icon" href="assets/favicon.ico" />
|
<link rel="icon" type="image/x-icon" href="assets/favicon.ico">
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
Loading…
Reference in New Issue
Block a user