Source code

Revision control

Copy as Markdown

Other Tools

<html>
<head>
<meta charset="UTF-8"/>
<title>Simple Page for DAMP Test</title>
<script>
window.addEventListener("load", function() {
console.log("loaded");
});
</script>
</head>
<body>
<h1>This is a simple page</h1>
</body>
</html>