blob: 4327c499cb8b6627e106e97caa6f622cd45546fb (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html>
<html xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<script src="file_script.js"/>
<title/>
</head>
<body>
<p>Hello Mochitest</p>
</body>
</html>
|