diff options
Diffstat (limited to 'dst/SPO notes.html')
-rw-r--r-- | dst/SPO notes.html | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/dst/SPO notes.html b/dst/SPO notes.html index ff6a0fa..998f68e 100644 --- a/dst/SPO notes.html +++ b/dst/SPO notes.html @@ -9,12 +9,9 @@ <link rel="stylesheet" href="styles/style.css"> </head> <body> - <div style="min-height:100vh; display:flex; flex-direction:column; justify-content:space-between;"> - <div> - <header> - <a href="/" class="homepage-link">adast.xyz</a> - </header> - <div class="center"> + <header> + <a href="/" class="homepage-link">adast.xyz</a> + </header> <h1 id="exam">Exam</h1> <ul> @@ -673,8 +670,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> - </div class="center"> - </div> <footer> <a href="/" class="homepage-link">adast.xyz</a> — |