<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Swerve Example</title> <link rel="stylesheet" href="css/styles.css"> </head> <body> <h1>It's Swervin' Time</h1> <p>This page is part of the swerve example, and includes a stylesheet and stuff.</p> <img src="/files/adorable-puppy.jpg"> <script async src="js/say_hello.js"></script> </body> </html>