chore: first build

This commit is contained in:
2024-08-17 04:55:01 +07:00
parent 61a07068d5
commit e1d2274bfb
37 changed files with 537 additions and 59 deletions
+8 -3
View File
@@ -1,10 +1,15 @@
<!doctype html>
<!DOCTYPE html>
<html lang="en" data-theme="pastel">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite + React + TS</title>
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
<link rel="manifest" href="/site.webmanifest" />
<title>Garage Web UI</title>
</head>
<body>
<div id="root"></div>