Skip to content

Commit

Permalink
Run lint styling
Browse files Browse the repository at this point in the history
  • Loading branch information
SanjnaT41756 committed Sep 10, 2024
1 parent 655b619 commit d39786a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,10 @@
<link rel="apple-touch-icon" href="favicon.svg" />

<meta name="viewport" content="width=device-width, initial-scale=1" />
<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." />

<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 d39786a

Please sign in to comment.