feat(the-fastest-page): Add static /the-fastest-web-page-on-the-internet
This commit is contained in:
@@ -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>
|
Reference in New Issue
Block a user