Skip to content

Commit

Permalink
Merge pull request #22 from akhildevelops/rename-title
Browse files Browse the repository at this point in the history
Rename title
  • Loading branch information
akhildevelops authored Jul 26, 2023
2 parents ebec911 + ed3db36 commit 710d1d4
Showing 1 changed file with 15 additions and 11 deletions.
26 changes: 15 additions & 11 deletions ui/index.html
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite + Svelte + TS</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>

<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Podcast summarizer</title>
</head>

<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>

</html>

1 comment on commit 710d1d4

@vercel
Copy link

@vercel vercel bot commented on 710d1d4 Jul 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.