Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add sample header tag of html #185

Open
wants to merge 2 commits into
base: gh-pages
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
sample tag html header
nutfergie committed Jan 2, 2024
commit bf33863b83e7f94822ee18ddfb0b4057e019d246
13 changes: 13 additions & 0 deletions header/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html>
<body>

<h1>Heading 1</h1>
<h2>Heading 2</h2>
<h3>Heading 3</h3>
<h4>Heading 4</h4>
<h5>Heading 5</h5>
<h6>Heading 6</h6>

</body>
</html>
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -331,7 +331,7 @@
<a href="fullscreen" title="Fullscren">Fullscreen</a>
<a href="search/lunr" title="Fullscren">Full text offline search with Elasticlunr</a>
<a href="search/pouchdb" title="Fullscren">Full text offline search with PouchDB</a>
<a href="header" title="header of html">header</a>
<a href="header" title="sample header of html">Header</a>
<a href="geolocation" title="Geolocation example">Geolocation</a>
<a href="https://www.simpl.info/getusermedia" title="getUserMedia() example">getUserMedia</a>
<a href="https://www.simpl.info/getusermedia/constraints" title="getUserMedia() example with constraints">getUserMedia: choose resolution</a>