Last active
July 14, 2024 22:34
-
-
Save DominoPivot/687e5d9f38d78f0ed403719b286dfb60 to your computer and use it in GitHub Desktop.
Revisions
-
DominoPivot revised this gist
Jul 14, 2024 . 2 changed files with 2 additions and 39 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -1,39 +0,0 @@ This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,2 @@ <!DOCTYPE html><html lang=en> <title>Template Site</title> -
DominoPivot revised this gist
Oct 23, 2020 . 1 changed file with 2 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -1,6 +1,7 @@ <!doctype html> <html lang="en"> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Template Site</title> <header> @@ -34,5 +35,5 @@ <h1>Main Content</h1> </aside> <footer> <small>This code is public domain.</small> </footer> -
DominoPivot revised this gist
Feb 14, 2020 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -33,6 +33,6 @@ <h1>Main Content</h1> </nav> </aside> <footer> This code is public domain. </footer> -
DominoPivot created this gist
Feb 14, 2020 .There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,38 @@ <!doctype html> <html lang="en"> <meta charset="utf-8"> <title>Template Site</title> <header> <a href="/">Template Site</a> </header> <nav> <ul> <li><a href="/blog/">Blog</a> <li><a href="/store/">Merch</a> <li><a href="/about/">About</a> </ul> </nav> <main> <h1>Main Content</h1> <p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Magni quo, doloremque ea asperiores numquam distinctio, ut nam alias nihil iure nobis voluptates odio tenetur. <p>Fugiat eum rerum quibusdam sapiente consequuntur. </main> <aside> <nav> <ul> <li><a>Article A</a> <li><a>Article B</a> <li><a>Article C</a> </ul> </nav> </aside> <footer class="site-footer"> This code is public domain. </footer>