tangled
alpha
login
or
join now
demsem.dev
/
personal_website
0
fork
atom
My personal website. It is free and liberated from social media.
0
fork
atom
overview
issues
pulls
pipelines
Add copyright footer to blog, projects
Demetrius Semanko
1 week ago
10d82881
cf8e7662
+4
-3
3 changed files
expand all
collapse all
unified
split
blog
index.html
index.html
projects
index.html
+1
-1
blog/index.html
···
22
22
</nav>
23
23
</header>
24
24
<main></main>
25
25
-
<footer></footer>
25
25
+
<footer><section>© 2026 Demetrius</section></footer>
26
26
</body>
27
27
</html>
+2
-2
index.html
···
147
147
>
148
148
</li>
149
149
<li>
150
150
-
<p style="margin: 0px">
150
150
+
<section>
151
151
I am preferably
152
152
<a href="mailto:demetrius@demsem.dev">reached by way of email</a>.
153
153
-
</p>
153
153
+
</section>
154
154
</li>
155
155
</ul>
156
156
</section>
+1
projects/index.html
···
54
54
</p>
55
55
</section>
56
56
</body>
57
57
+
<footer><section>© 2026 Demetrius</section></footer>
57
58
</html>