<!DOCTYPE html>
<html>
<head>
<title>Local Example</title>
<link rel="stylesheet" href="index.css">
</head>
<body>
<h1>Local Example</h1>
<p>This is a local example of Crowser!</p>
<h1 class="gradient">
This text is affected by CSS
</h1>
<h1 id="js">
This text is affected by JavaScript
</h1>
</body>
</html>
<script src="index.js"></script>