fix: update the fastest page with meta (#41374)

This commit is contained in:
Mrugesh Mohapatra
2021-03-05 18:46:42 +05:30
committed by GitHub
parent d2e7d60514
commit c6ac8248f7

View File

@ -5,13 +5,14 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="description"
content="This is the fastest web page on the internet, written in raw HTML with no CSS and no JavaScript.">
<title>The Fastest Web Page on the Internet</title>
</head>
<body>
<h1>This is the fastest web page on the internet.</h1>
<p>This is raw HTML with no CSS and no JavaScript.</p>
<p>This is served to you lightning fast from the cloud using Netlify and a global Content Delivery Network.</p>
<p>Unfortunately, this doesn't do anything.</p>
<p>I guess speed isn't everything, after all.</p>
<p><a href="https://www.freecodecamp.org">Learn to code more useful websites than this one</a></p>