We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94888b1 commit 7183790Copy full SHA for 7183790
1 file changed
README.md
@@ -63,6 +63,9 @@ Here's a working app! It's just an HTML file, there is no build or tooling. You
63
```html
64
<!DOCTYPE html>
65
<html lang="en">
66
+ <head>
67
+ <title>htm Demo</title>
68
+ </head>
69
<body>
70
<script type="module">
71
import { html, Component, render } from 'https://unpkg.com/htm/preact?module';
0 commit comments