File tree 2 files changed +9
-1
lines changed
2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 47
47
class ="text-white bg-gray-700 mx-auto my-8 max-w-md overflow-hidden rounded-lg "
48
48
>
49
49
< div class ="px-4 py-5 sm:p-6 ">
50
- < pre > < span class ="text-violet-300 "> $</ span > cd ui && npm run dev</ pre >
50
+ < pre > < span class ="text-violet-300 "> $</ span > mage ui: dev</ pre >
51
51
</ div >
52
52
</ div >
53
53
< div class ="mt-16 flex items-center justify-center gap-x-6 ">
Original file line number Diff line number Diff line change 1
1
<!doctype html>
2
2
< html lang ="en " class ="bg-white h-full w-auto ">
3
+ < head >
4
+ < meta charset ="UTF-8 " />
5
+ < title > Flipt</ title >
6
+ < link rel ="icon " type ="image/svg+xml " href ="/favicon.svg " />
7
+ </ head >
3
8
< body class ="h-full antialiased ">
9
+ < noscript class ="flex h-full items-center justify-center ">
10
+ please enable javascript to run it
11
+ </ noscript >
4
12
< div id ="root "> </ div >
5
13
6
14
< script type ="module " src ="/src/main.tsx "> </ script >
You can’t perform that action at this time.
0 commit comments