Fix typo in meta tag attribute (#376)

This commit is contained in:
Blake Bourque 2021-08-27 19:42:01 -04:00 committed by GitHub
parent 8627d854d9
commit c5ee569a42
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>