Skip to content

Commit

Permalink
Merge branch 'main' into SanjnaT41756-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
SanjnaT41756 authored Oct 15, 2024
2 parents 63aa1ed + cb906e1 commit a4d5584
Showing 1 changed file with 5 additions and 5 deletions.
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

0 comments on commit a4d5584

Please sign in to comment.