Last active
May 25, 2022 17:54
-
-
Save TotallyInformation/c8754707d210554f1f3684f66c9b8129 to your computer and use it in GitHub Desktop.
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>Web Component Test: nav-bar</title> | |
<script type="module" async > | |
import './nav-bar.js' | |
</script> | |
</head><body> | |
<nav-bar></nav-bar> | |
<h1>Demonstrating Web Components</h1> | |
<p> | |
This is some demo text. | |
</p> | |
</body></html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment