freeCodeCamp/client/static/the-fastest-web-page-on-the.../index.html

20 lines
712 B
HTML
Raw Normal View History

<!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>