Skip to content
This repository was archived by the owner on Sep 12, 2023. It is now read-only.

Create shinny-ssg #35

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions shinny-ssg
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<html>
<head>
<title>Index</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/water.css@2/out/water.css">
</head>
<body ><h1>Index</h1>
<div>
<a href="Silver Blaze.html" style="display: block">Silver Blaze</a>
<a href="The Adventure of the Six Napoleans.html" style="display: block">The Adventure of the Six Napoleans</a>
<a href="The Adventure of the Speckled Band.html" style="display: block">The Adventure of the Speckled Band</a>
<a href="The Naval Treaty.html" style="display: block">The Naval Treaty</a><a href="The Red Headed League.html" style="display: block">The Red Headed League</a>
</div>
</body>
</html>