Fix typo in meta tag attribute

This commit is contained in:
Blake Bourque 2021-07-13 11:14:08 -04:00 committed by GitHub
parent 58e66a8103
commit 69678ca2e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<meta http-eqiv="content-type" content="text/html;charset=utf-8"> <meta http-equiv="content-type" content="text/html;charset=utf-8">
<title>Go by Example: Not Found</title> <title>Go by Example: Not Found</title>
<link rel=stylesheet href="site.css"> <link rel=stylesheet href="site.css">
</head> </head>