aboutsummaryrefslogtreecommitdiffstats
path: root/test/test-app/index.html
blob: 7bca10c2d5bd0ed56bbc08adacefde92c4fd4725 (plain)
1
2
3
4
5
6
7
8
9
10
<!doctype html>
<html>
	<head>
		<title>Hello World!</title>
	</head>
	<body>
		<h1>Hello World!</h1>
	</body>
</html>