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

Update description #114

Merged
merged 3 commits into from
Oct 15, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Your App Name Here</title>
<title>Pen Pals</title>
<link rel="shortcut icon" href="favicon.svg" />
<link rel="apple-touch-icon" href="favicon.svg" />

<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content="An amazing TeachLA React Website :D" />
<!-- TODO: In this file, update title and description!
TODO: Update public/favicon.svg and public/favicon512.png
Then delete me and only have the root div in index.html -->
<meta
name="description"
content="Pen Pals is a React web application geared towards primary school students that teaches basic Python syntax through Python's Turtle library! Turtle is Python's digital canvas where a user can move the Turtle to draw on the screen. Pen Pal introduces turning and moving through a level-based game. This project uses React, Typescript, SCSS, and Yarn package manager."
/>
</head>

<body>
Expand Down
Loading