Public
HTTP (deprecated)
Val Town is a social website to write and deploy JavaScript.
Build APIs and schedule functions from your browser.
1
2
3
4
5
6
7
8
9
10
import { html } from "https://esm.town/v/stevekrouse/html?v=5";
export default function() {
return html(`
<body
contenteditable
onLoad="document.body.innerHTML = localStorage.getItem('📓')"
oninput="localStorage.setItem('📓', document.body.innerHTML)"
></body>`);
}
pomdtr-editor.web.val.run
February 13, 2024