About Social Code
summaryrefslogtreecommitdiff
path: root/html/index.html
diff options
context:
space:
mode:
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>