Skip to content

Commit

Permalink
update: default page title
Browse files Browse the repository at this point in the history
  • Loading branch information
calebpitan committed Oct 27, 2024
1 parent 054b69a commit 775cd84
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<!DOCTYPE html>
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="icon" href="/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Vite App</title>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Stitches Scheduler</title>
</head>
<body>
<div id="app"></div>
Expand Down

0 comments on commit 775cd84

Please sign in to comment.