whalesong/web-world/examples/hello/index.html

13 lines
230 B
HTML

<html>
<head><title>Hello world</title>
<link rel="stylesheet" href="style.css"/>
</head>
<body><h1>Hello world</h1>
This is a test of the emergency broadcast system.
<ol>
<li>Item one</li>
<li>Item two</li>
</ol>
</body>
</html>