About Social Code
summaryrefslogtreecommitdiff
path: root/html/index.html
diff options
context:
space:
mode:
authorLucas Fryzek <lucas.fryzek@gmail.com>2022-11-26 00:01:25 -0500
committerLucas Fryzek <lucas.fryzek@gmail.com>2022-11-26 00:01:25 -0500
commit485d6a8e3d7a16a128ec945ecb401d419e741f81 (patch)
tree1a1259155c99c7ad5b825ac39553ec27a7b1e2a1 /html/index.html
parent60dfa1702796dc5dee294e1358afb3a969802fc2 (diff)
Improve note page view
Diffstat (limited to 'html/index.html')
-rw-r--r--html/index.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/html/index.html b/html/index.html
index 6100efc..67fe83c 100644
--- a/html/index.html
+++ b/html/index.html
@@ -1,6 +1,6 @@
<!doctype html>
-<html lang="en">
+<html class="html-main-page" lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
@@ -22,6 +22,7 @@
</div>
</div>
<main>
+<div class="frontpage-main-container">
<div class="title-header-container">
<div class="animated-box">
<ul class="animated-name">
@@ -58,6 +59,7 @@
<p>After re-watching suckerpinch’s Reverse Emulation video I got inspired to try and replicate what ...</p>
</div>
</a>
- </div> </main>
+ </div>
+</div> </main>
</body>
</html>