Skip to content

Commit 27fbea5

Browse files
Minor change
1 parent d1e37b2 commit 27fbea5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Codepen Clone
22

3-
Code for the [Youtube video](https://www.youtube.com/watch?v=GUE2IuNhlxU) on building a codepen clone using Vue 3( Composition API ), Tailwind CSS, Typescript, Splitpanes and Monaco Editor
3+
Code for the [Youtube video](https://www.youtube.com/watch?v=GUE2IuNhlxU) on building a codepen clone using Vue 3( Composition API ), Tailwind CSS, Typescript, Splitpanes and Monaco Editor [Live](https://codepen-clone-vue3.vercel.app/) here

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="UTF-8">
55
<link rel="icon" href="/favicon.ico">
66
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7-
<title>Vite App</title>
7+
<title>Codepen Clone in Vue 3</title>
88
</head>
99
<body>
1010
<div id="app"></div>

0 commit comments

Comments
 (0)