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

View File

@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<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>
<link rel=stylesheet href="site.css">
</head>