File tree Expand file tree Collapse file tree 4 files changed +12
-6
lines changed Expand file tree Collapse file tree 4 files changed +12
-6
lines changed Original file line number Diff line number Diff line change 1
1
<!doctype html>
2
+ <!--
3
+ ▄█▀ ▀█▄
4
+ ▄▄ ▀▀▀ █▌ ██▀▀█▄ ▐█
5
+ ▄▄██▀▀█▄▄▄ ██ ██ █▀▀█ ▐█▀▀██ ▄█▀▀█ █▀▀
6
+ █▌ ▄▌ ▐█ █▌ ▀█▄▄▄█▌ █ █ ▐█ ██ ██▀▀ █
7
+ ██████▀▄█ ▀▀▀▀ ▀▀▀▀ ▀▀▀▀▀ ▀▀▀▀ ▀
8
+ -->
2
9
< html lang ="en ">
3
10
4
11
< head >
5
12
< meta charset ="UTF-8 " />
6
- < link rel ="icon " type ="image/svg+xml " href ="/vite .svg " />
13
+ < link rel ="icon " type ="image/svg+xml " href ="/logo .svg " />
7
14
< meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
8
- < title > Vite + React + TS </ title >
15
+ < title > Paramaters Playground </ title >
9
16
< link rel ="stylesheet " href ="src/index.css " />
10
17
</ head >
11
18
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " parameters-editor " ,
2
+ "name" : " parameters-playground " ,
3
3
"private" : true ,
4
- "version" : " 0.0 .0" ,
4
+ "version" : " 0.1 .0" ,
5
5
"type" : " module" ,
6
6
"scripts" : {
7
7
"dev" : " vite" ,
44
44
"typescript-eslint" : " ^8.30.1" ,
45
45
"vite" : " ^6.3.5"
46
46
}
47
- }
47
+ }
File renamed without changes.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments