Skip to content
Snippets Groups Projects
index.html 384 B
Newer Older
<!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>
Louis's avatar
Louis committed
		<img src="/files/adorable-puppy.jpg">
		<script async src="js/say_hello.js"></script>
	</body>
</html>