feat(the-fastest-page): Add static /the-fastest-web-page-on-the-internet

This commit is contained in:
Bouncey
2018-09-09 11:11:05 +01:00
committed by Stuart Taylor
parent 3878cbae63
commit 4157552cdb
3 changed files with 197 additions and 78 deletions

View File

@@ -0,0 +1,20 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<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>
</body>
</html>