We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 348699a commit 5c92bf9Copy full SHA for 5c92bf9
index.html
@@ -1,12 +1,12 @@
1
<!doctype html>
2
-<html lang="en">
+<html lang="zh-cn">
3
<head>
4
<meta charset="UTF-8" />
5
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
6
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7
<title>function-plot-GUI</title>
8
</head>
9
- <body>
+ <body style="background: #181818">
10
<div id="app"></div>
11
<script type="module" src="/src/main.ts"></script>
12
</body>
0 commit comments