Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fortune cookie website #15

Merged
merged 12 commits into from
May 30, 2023
Next Next commit
Folder initialization for fortune cookie
  • Loading branch information
Gabe Salvania committed May 12, 2023

Verified

This commit was signed with the committer’s verified signature.
simeonschaub Simeon David Schaub
commit d7cb95ade329f2d9039d93b262c5992eec585c91
12 changes: 12 additions & 0 deletions source/FortuneCookie/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Fortune Cookie</title>
</head>
<body>
<h1>Fortune Cookie</h1>
</body>
</html>
Empty file added source/FortuneCookie/script.js
Empty file.
Empty file added source/FortuneCookie/style.scss
Empty file.