We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18df1a6 commit c556bd6Copy full SHA for c556bd6
1 file changed
web/index.html
@@ -1,12 +1,12 @@
1
-<!doctype html>
+<!DOCTYPE html>
2
<html lang="en">
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>Vite + React + TS</title>
8
</head>
9
- <body>
+ <body class="bg-gradient-to-br pt-2 pb-5 from-black to-neutral-700 p-0 m-0">
10
<div id="root"></div>
11
<script type="module" src="/src/main.tsx"></script>
12
</body>
0 commit comments