Browse Source

fix: title

pull/13907/head
winter 3 weeks ago
parent
commit
2cf4ba0e9b
  1. 4
      frontend/index.html

4
frontend/index.html

@ -1,10 +1,10 @@
<!DOCTYPE html>
<!doctype html>
<html lang="en">
<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>Full Stack FastAPI Project</title>
<title>Utils</title>
<link rel="icon" type="image/x-icon" href="/assets/images/favicon.png" />
</head>
<body>

Loading…
Cancel
Save