Skip to content

Commit

Permalink
title name
Browse files Browse the repository at this point in the history
  • Loading branch information
sarry7045 committed Nov 13, 2024
1 parent 87d3f5e commit 63f4a42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Projectile Motion</title>
<title>Visualizing Projectile Motion in Real-Time</title>
<link rel="shortcut icon" href="./catapult (1).png" type="image/x-icon">
<link rel="stylesheet" href="./style.css" />
</head>
<body>
<div id="app">
<h1>Projectile Motion</h1>
<h1>Visualizing Projectile Motion in Real-Time</h1>
<div class="inputs">
<div class="input-group">
<label for="mass">Mass (kg)</label>
Expand Down

0 comments on commit 63f4a42

Please sign in to comment.