hylia/examples/output.htm
2024-12-07 13:44:53 -05:00

12 lines
194 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Hello Hylia!</title>
</head>
<body>
<hi />
<h1>Hello Hylia!</h1>
<p>This is an example content.</p>
<h1>Hello!</h1><br><h2>Hello again!</h2>
</body>
</html>