TabFS/test/test-resources/test-page.html

12 lines
214 B
HTML
Raw Normal View History

2020-12-29 12:03:38 +01:00
<!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>