Skip to content

Commit d9a42fb

Browse files
committed
feat: page title
1 parent 9f4703e commit d9a42fb

File tree

4 files changed

+12
-6
lines changed

4 files changed

+12
-6
lines changed

index.html

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,18 @@
11
<!doctype html>
2+
<!--
3+
▄█▀ ▀█▄
4+
▄▄ ▀▀▀ █▌ ██▀▀█▄ ▐█
5+
▄▄██▀▀█▄▄▄ ██ ██ █▀▀█ ▐█▀▀██ ▄█▀▀█ █▀▀
6+
█▌ ▄▌ ▐█ █▌ ▀█▄▄▄█▌ █ █ ▐█ ██ ██▀▀ █
7+
██████▀▄█ ▀▀▀▀ ▀▀▀▀ ▀▀▀▀▀ ▀▀▀▀ ▀
8+
-->
29
<html lang="en">
310

411
<head>
512
<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" />
714
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
8-
<title>Vite + React + TS</title>
15+
<title>Paramaters Playground</title>
916
<link rel="stylesheet" href="src/index.css" />
1017
</head>
1118

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "parameters-editor",
2+
"name": "parameters-playground",
33
"private": true,
4-
"version": "0.0.0",
4+
"version": "0.1.0",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",
@@ -44,4 +44,4 @@
4444
"typescript-eslint": "^8.30.1",
4545
"vite": "^6.3.5"
4646
}
47-
}
47+
}
File renamed without changes.

src/assets/react.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)