Compare commits

...

2 commits

Author SHA1 Message Date
3e8a5fb546 moved folders 2024-05-26 13:58:55 -03:00
151b17a88f library 2024-05-26 13:58:27 -03:00
23 changed files with 15 additions and 7 deletions

BIN
home/images/library.png (Stored with Git LFS) Executable file

Binary file not shown.

BIN
home/images/shrine.png (Stored with Git LFS)

Binary file not shown.

BIN
home/images/side.png (Stored with Git LFS)

Binary file not shown.

View file

@ -31,7 +31,7 @@
</div>
<div id="seeds">
<a href="./art/" class="seed" id="art"><img src="./images/seed.png"></a>
<a href="./shrine/" class="seed" id="shrine"><img src="./images/seed.png"></a>
<a href="./library/" class="seed" id="library"><img src="./images/seed.png"></a>
<a href="./friends/" class="seed" id="friends"><img src="./images/seed.png"></a>
<a href="./coffee/" class="seed" id="coffee"><img src="./images/seed.png"></a>
</div>

11
home/library/index.html Normal file
View file

@ -0,0 +1,11 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>library</title>
</head>
<body>
Test
</body>
</html>