Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
lullaby6 committed Oct 19, 2023
1 parent 77aebf2 commit 1839615
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 11,20 @@
Using basic component
```html
<html-c src='./components/header.html'></html-c>
```

```html
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src='https://cdn.jsdelivr.net/gh/lullaby6/html-component/html-component.min.js' defer></script>
</head>
<body>
<html-c src='./components/header.html'></html-c>
<html-c src='./components/main.html'></html-c>
<html-c src='./components/footer.html'></html-c>
</body>
</html>
```
Empty file added index.html
Empty file.

0 comments on commit 1839615

Please sign in to comment.