blob: 5ae2887b47f73b59d090ee13a3f4f8b030a84b3c (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Title of Test Page</title>
<script src="test-script.js"></script>
</head>
<body>
Body Text of Test Page
</body>
</html>
|