Skip to content

Commit 8fabbc4

Browse files
committed
Update index.html
1 parent 404dd2c commit 8fabbc4

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

index.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -382,6 +382,14 @@
382382
margin-left: 0;
383383
}
384384
/* --------------------------------- */
385+
386+
/* --- Footer Disclaimer Styling --- */
387+
.disclaimer {
388+
font-size: 0.75rem; /* Smaller text */
389+
color: #777; /* Lighter grey color */
390+
margin-top: 1rem; /* Space above disclaimer */
391+
line-height: 1.4; /* Adjust line height for smaller font */
392+
}
385393
</style>
386394
</head>
387395
<body>
@@ -446,6 +454,9 @@ <h4>Contact</h4>
446454
</p>
447455
</div>
448456
<p>&copy; 2024 Open-Simples</p>
457+
<p class="disclaimer">
458+
This site showcases personal, open-source projects provided 'as is'—explore and enjoy, but check the specific licenses before using! The contributors list is automatically updated daily via GitHub Actions.
459+
</p>
449460
</div>
450461
</footer>
451462

0 commit comments

Comments
 (0)