Skip to content

Commit a78c379

Browse files
committed
Add footer and styling to index.md for improved presentation and attribution
1 parent 9735ac3 commit a78c379

File tree

1 file changed

+24
-1
lines changed

1 file changed

+24
-1
lines changed

docs/index.md

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,4 +87,27 @@ This tool is provided for **educational and legitimate security testing purposes
8787

8888
## License
8989

90-
This project is licensed under the MIT License with additional restrictions against malicious use.
90+
This project is licensed under the MIT License with additional restrictions against malicious use.
91+
92+
<div class="site-footer">
93+
<strong>subenum</strong> is maintained by <a href="https://github.com/TMHSDigital">TMHSDigital</a>.<br>
94+
<span style="font-size:0.95em;">This page was generated by <a href="https://pages.github.com/">GitHub Pages</a>.</span>
95+
</div>
96+
97+
<style>
98+
.site-footer {
99+
text-align: center;
100+
margin-top: 3em;
101+
font-size: 0.98em;
102+
color: #555;
103+
padding-bottom: 1.5em;
104+
}
105+
.site-footer a {
106+
color: #2a6496;
107+
text-decoration: none;
108+
font-weight: 500;
109+
}
110+
.site-footer a:hover {
111+
text-decoration: underline;
112+
}
113+
</style>

0 commit comments

Comments
 (0)