12 lines
184 B
HTML
12 lines
184 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<script src="sandbox.js">
|
|
</script>
|
|
</head>
|
|
<body>
|
|
|
|
<h1>My First Heading</h1>
|
|
<p>My first paragraph</p>
|
|
</body>
|
|
</html> |