diff options
author | adam <56338480+adastx@users.noreply.github.com> | 2022-08-07 22:03:39 +0200 |
---|---|---|
committer | adam <56338480+adastx@users.noreply.github.com> | 2022-08-07 22:03:39 +0200 |
commit | 0d96ad5b0b999814249d779a83b3f1230104f102 (patch) | |
tree | 4a52c1b2532449b2deb5c163159d33e4bd3a6467 /dst/SPO notes.html | |
parent | 160c539fa2df9bc12337a0a671afcdcefa67eca6 (diff) |
Added head and body html tags
Diffstat (limited to 'dst/SPO notes.html')
-rw-r--r-- | dst/SPO notes.html | 21 |
1 files changed, 12 insertions, 9 deletions
diff --git a/dst/SPO notes.html b/dst/SPO notes.html index cf2a00f..1fae7be 100644 --- a/dst/SPO notes.html +++ b/dst/SPO notes.html @@ -1,13 +1,15 @@ <!DOCTYPE html> <html> -<meta charset="UTF-8"> -<meta name="viewport" content="width=device-width, initial-scale=1.0"> - -<title>Exam — adast.xyz</title> -<link rel="icon" type="image/x-icon" href="/images/favicon.ico"> -<link rel="stylesheet" href="styles/style.css"> - -<p class="header"><a href="/">adast.xyz</a></p> + <head> + <meta charset="UTF-8"> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + + <title>Exam — adast.xyz</title> + <link rel="icon" type="image/x-icon" href="/images/favicon.ico"> + <link rel="stylesheet" href="styles/style.css"> + </head> + <body> + <p class="header"><a href="/">adast.xyz</a></p> <h1 id="exam">Exam</h1> <ul> @@ -666,5 +668,6 @@ Synthesized and inherited attributes.</p> <h2 id="contextual-analysis">Contextual analysis</h2> <p>Identification and type checking are combined into a depth-first traversal of the AST.</p> -<p class="footer"><a href="/">adast.xyz</a></p> + <p class="footer"><a href="/">adast.xyz</a></p> + </body> </html> |