Skip to content

Instantly share code, notes, and snippets.

@gitipedras
Created August 12, 2023 14:47

Revisions

  1. gitipedras revised this gist Aug 12, 2023. No changes.
  2. gitipedras renamed this gist Aug 12, 2023. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  3. gitipedras created this gist Aug 12, 2023.
    12 changes: 12 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,12 @@
    # CAPPITAL LETTERS LIKE THIS ARE ONLY PLACEHOLDERS
    # NOTES: CHARSET UTF-8 IS COMMON
    <!DOCTYPE html>
    <html lang="AN EXISTING LANGUAGE">
    <head>
    <title>TITLE</title>
    <link rel="WHAT IS THIS LINK FOR?" href="WHERE IS IT GOING TO?">
    <meta charset="UTF-8">
    </head>
    <body>
    </body>
    </html>