whalesong/web-world/examples/hello/index.html
2011-08-22 17:25:45 -04:00

7 lines
136 B
HTML

<html>
<head><title>Hello world</title>
<link rel="stylesheet" href="res/style.css"/>
</head>
<body><h1>Hello world</h1></body>
</html>