Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
christislord12 authored Jun 15, 2024
1 parent 22e497d commit 8987f41
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 0 deletions.
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ <h1>Bible PDFs</h1>
<p>Free Public Domain Bible PDFs</p>
<a href="dirtree.html">Old School Directory Tree Version of This Website</a>
<a href="photos.html">Free Public Domain Bible Photos</a>
<a href="music/index.html">Misc Christian Music</a>

<br>
<div class="gallery">
Expand Down
Binary file added music/ChameleonVocaloid.mp3
Binary file not shown.
Binary file added music/LetOurVoicesRiseLikeIncense.mp3
Binary file not shown.
Binary file added music/dining-hall.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
23 changes: 23 additions & 0 deletions music/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<html>
<head>
<title>Christian Music</title>
</head>
<body>
<h1>Christian Music</h1>
<img src="dining-hall.jpg" width="640" height="480">

<p>Chameleon Song Vocaloid</p>

<audio controls preload="none">
<source src="ChameleonVocaloid.mp3">
Your browser does not support the audio element.
</audio>

<p>Let Our Voices Rise Like Incense</p>

<audio controls preload="none">
<source src="LetOurVoicesRiseLikeIncense.mp3">
Your browser does not support the audio element.
</audio>

<br>

0 comments on commit 8987f41

Please sign in to comment.