My personal website. It is free and liberated from social media.

Add copyright footer to blog, projects

+4 -3
+1 -1
blog/index.html
··· 22 22 </nav> 23 23 </header> 24 24 <main></main> 25 - <footer></footer> 25 + <footer><section>&copy; 2026 Demetrius</section></footer> 26 26 </body> 27 27 </html>
+2 -2
index.html
··· 147 147 > 148 148 </li> 149 149 <li> 150 - <p style="margin: 0px"> 150 + <section> 151 151 I am preferably 152 152 <a href="mailto:demetrius@demsem.dev">reached by way of email</a>. 153 - </p> 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 + <footer><section>&copy; 2026 Demetrius</section></footer> 57 58 </html>