Add friends section to index.html
This commit is contained in:
parent
39e69ff27c
commit
d87ceb85f1
1 changed files with 5 additions and 2 deletions
|
@ -8,7 +8,7 @@
|
|||
<head>
|
||||
<title>Home - Snowcake</title>
|
||||
<link rel="icon" type="image/x-icon" href="/assets/images/favicon.png">
|
||||
<link rel="stylesheet" href="/main_theme.css">
|
||||
<link rel="stylesheet" href="./main_theme.css">
|
||||
<meta charset="UTF-8">
|
||||
</head>
|
||||
<body>
|
||||
|
@ -36,8 +36,11 @@
|
|||
</div>
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
<div class="footer">
|
||||
<h2>Friends 💖</h2>
|
||||
<a href="https://snowcake.me"><img src="https://snowcake.me/assets/images/snowcake_button_light.png" title="That's me!"></a>
|
||||
<br>
|
||||
<br>
|
||||
<footer>Copyright © 2022-2023 Lilium_Snow</footer>
|
||||
<br>
|
||||
<footer><a href="https://creativecommons.org/licenses/by-sa/4.0/">This page is licensed under the Creative Commons Attribution-ShareAlike 4.0 International License</a></footer>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue