Skip to content
Merged
Show file tree
Hide file tree
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
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Deprecation

The maintained version of this repository is at https://github.com/spiewaj/songbook and the generated songbooks/artifacts on: https://spiewaj.com .

### Recent generated artifacts:
Generated artifacts are auto-published (post-commit on) https://songbook.21wdw.org.
You can also check the latest release: https://github.com/wdw21/songbook/releases/latest.
Expand Down
6 changes: 6 additions & 0 deletions src/html/templates/index.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
<html xmlns="http://www.w3.org/1999/xhtml" lang="pl">
<head>
<title>Śpiewnik</title>

<meta http-equiv="refresh" content="0; url=https://spiewaj.com" />
<script type="text/javascript">
window.location.href = "https://spiewaj.com"
</script>

<link href="songs_html/CSS/template.css" rel="stylesheet" type="text/css" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200" />
<script type="text/javascript" src="index.js"> </script>
Expand Down