Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
gmschz committed Oct 12, 2024
0 parents commit a879e23
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 0 deletions.
32 changes: 32 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Verse Generator</title>
<link rel="icon" type="image/png" href="https://www.google.com/s2/favicons?domain=shinobitecc.com">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css">
<link rel="stylesheet" href="style.css ">
</head>
<body>
<div class="verse-container" id="verse-container">
<!-- Verse -->
<div class="verse-text">
<i class="fas fa-verse-left"></i>
<span id="verse">Put GOD in charge of your work, then what you've planned will take
place.</span>
</div>
<!-- Verse Reference -->
<div class="verse-reference">
<span id="reference">Proverbs 16:3</span>
</div>

<!-- Button -->
<div class="button-container"></div>

</div>

<!-- Script -->
<script src="script.js"></script>
</body>
</html>
Empty file added script.js
Empty file.
18 changes: 18 additions & 0 deletions style.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a879e23

Please sign in to comment.