Created
October 22, 2021 18:57
-
-
Save himself65/0331c9fdecf4d54aee2c709708d130e3 to your computer and use it in GitHub Desktop.
Blogger Code
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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