Test/lib/hello.html

10 lines
208 B
HTML

<!-- Author: Gabriel Wolf (g.a.wolf@reading.ac.uk) -->
<html>
<head>
<link type="text/css" rel="stylesheet" media="all" href="style.css" />
</head>
<body>
<h>Hello, World!</h>
</body>
</html>