Skip to content

Commit

Permalink
Update index.html with project title and description
Browse files Browse the repository at this point in the history
  • Loading branch information
SanjnaT41756 committed Sep 10, 2024
1 parent 6d9b166 commit 655b619
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,13 @@
<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 655b619

Please sign in to comment.