react-express-typescript/public/index.html
2023-03-22 13:33:27 +08:00

16 lines
490 B
HTML

<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Web site created using react-express-typescript template"/>
<link rel="apple-touch-icon" href="/logo192.png" />
<link rel="manifest" href="/manifest.json" />
<title>React Express Typescript</title>
</head>
<body>
<div id="root"></div>
</body>
</html>