Skip to content

Instantly share code, notes, and snippets.

@himself65
Created October 22, 2021 18:57
Show Gist options
  • Save himself65/0331c9fdecf4d54aee2c709708d130e3 to your computer and use it in GitHub Desktop.
Save himself65/0331c9fdecf4d54aee2c709708d130e3 to your computer and use it in GitHub Desktop.
Blogger Code
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<title>Example 01</title>
</head>
<body>
<h1>IndexedDB example</h1>
</body>
<script type="module">
console.log('Hello, world!')
</script>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment