Skip to content

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MohammedTsmu committed Jul 17, 2024
1 parent 9e3859d commit 06abe4b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
Binary file added assets/icons/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 13 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,19 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Spaced Repetition App</title>
<title>Spaced Repetition Study Management App</title>
<meta name="description"
content="A Spaced Repetition App designed to enhance learning and memorization using the spaced repetition technique. Manage study subjects efficiently with features like adding, editing, deleting, searching, exporting, and importing data.">
<meta name="keywords"
content="spaced repetition, study management, learning tool, memorization, education, web app, javascript, css, html, responsive design, data export, data import, notifications, google material icons, toastify.js, study aid, learning app, student tool, educational technology">
<meta name="author" content="Your Name">
<meta property="og:title" content="Spaced Repetition Study Management App">
<meta property="og:description"
content="Enhance your learning and memorization with our Spaced Repetition App. Manage study subjects efficiently with various features.">
<meta property="og:image" content="path/to/your/image.png">
<meta property="og:url" content="https://yourgithubpageurl.com">
<meta property="og:type" content="website">
<link rel="shortcut icon" href="assets/icons/favicon.png" type="image/x-icon">
<link rel="stylesheet" href="style.css">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/toastify-js/src/toastify.min.css">
Expand Down

0 comments on commit 06abe4b

Please sign in to comment.