This repository has been archived by the owner on Oct 30, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ffd6f7a
commit fb09c77
Showing
17 changed files
with
50 additions
and
0 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
<html> | ||
<head> | ||
<title>Testing Stuff</title> | ||
</head> | ||
<body> | ||
<header> | ||
Test Page | ||
</header> | ||
<nav>This is a nav bar space for testin page</nav> | ||
<main> | ||
<p>Main Tag begins here</p> | ||
<h1> | ||
Web Browsers | ||
</h1> | ||
<p>Brave, Edge, Chrome</p> | ||
<article> | ||
<h3>This is article tag</h3> | ||
Lorem Ipsum something something here | ||
Lorem Ipsum something something here | ||
Lorem Ipsum something something here | ||
Lorem Ipsum something something here | ||
|
||
</article> | ||
<section> | ||
<h3>This is section tag</h3> | ||
Some other suff here, say something | ||
|
||
Some other suff here, say something | ||
|
||
Some other suff here, say something | ||
|
||
Some other suff here, say something | ||
</section> | ||
<figure> | ||
<p> Figure shoould be here</p> | ||
<img src="https://i1.sndcdn.com/artworks-000028935937-c5cz9g-t500x500.jpg"> | ||
</figure> | ||
<aside> | ||
This goes to aside of page. | ||
Maybe. | ||
Lets see, | ||
</aside> | ||
|
||
<p>Main tag ends here</p> | ||
</main> | ||
<footer> | ||
Suck this shit, footer | ||
</footer> | ||
</body> | ||
</html> |
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.