Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Nova-lotus authored Sep 30, 2023
1 parent a7fdcff commit db30a24
Show file tree
Hide file tree
Showing 3 changed files with 372 additions and 0 deletions.
13 changes: 13 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html>
<head>
<title>Random Acts of Kindness Generator</title>
</head>
<body>
<link rel="stylesheet" type="text/css" href="style.css">
<h1>Random Acts of Kindness</h1>
<button id="generateButton">Generate</button>
<p id="kindnessSuggestion"></p>
<script src="script.js"></script>
</body>
</html>
Loading

0 comments on commit db30a24

Please sign in to comment.