Taobin-Recipe-Manager/client/src/index.html
2023-10-09 10:09:39 +07:00

18 lines
509 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Recipe Manager</title>
<base href="/" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" type="image/x-icon" href="favicon.ico" />
<script src="https://accounts.google.com/gsi/client" async></script>
<!-- <link
rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Kanit"
/> -->
</head>
<body>
<app-root></app-root>
</body>
</html>