feat: add project attribution in HTML
Included comments in the HTML code to attribute the design inspiration and source code repository for transparency and recognition of original work. This move emphasizes our commitment to open-source values and acknowledges the creators who inspire our work. It also provides a direct link for contributors looking to see the underpinnings of our project's codebase. No current functionality is impacted by this change, but it promotes a more inclusive and open development environment.
This commit is contained in:
parent
fd15b59de2
commit
666da30c44
1 changed files with 4 additions and 0 deletions
|
@ -1,5 +1,9 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<!--
|
||||
Based on https://henryheffernan.com/
|
||||
Source code available at https://git.private.coffee/kumi/great-website
|
||||
-->
|
||||
<head>
|
||||
<title>Browser Error</title>
|
||||
<link
|
||||
|
|
Loading…
Reference in a new issue