diff options
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> |