Skip to content

Commit 7183790

Browse files
committed
valid html
1 parent 94888b1 commit 7183790

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,9 @@ Here's a working app! It's just an HTML file, there is no build or tooling. You
6363
```html
6464
<!DOCTYPE html>
6565
<html lang="en">
66+
<head>
67+
<title>htm Demo</title>
68+
</head>
6669
<body>
6770
<script type="module">
6871
import { html, Component, render } from 'https://unpkg.com/htm/preact?module';

0 commit comments

Comments
 (0)