Compare commits
2 commits
bd9e16e802
...
3e8a5fb546
Author | SHA1 | Date | |
---|---|---|---|
3e8a5fb546 | |||
151b17a88f |
23 changed files with 15 additions and 7 deletions
BIN
home/images/library.png
(Stored with Git LFS)
Executable file
BIN
home/images/library.png
(Stored with Git LFS)
Executable file
Binary file not shown.
BIN
home/images/shrine.png
(Stored with Git LFS)
BIN
home/images/shrine.png
(Stored with Git LFS)
Binary file not shown.
BIN
home/images/side.png
(Stored with Git LFS)
BIN
home/images/side.png
(Stored with Git LFS)
Binary file not shown.
|
@ -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
11
home/library/index.html
Normal 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>
|
Loading…
Add table
Reference in a new issue