Taobin-Recipe-Manager/client/src/index.html

19 lines
509 B
HTML
Raw Normal View History

2023-09-14 14:52:04 +07:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
2023-09-20 15:10:35 +07:00
<title>Recipe Manager</title>
2023-09-14 14:52:04 +07:00
<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"
/> -->
2023-09-14 14:52:04 +07:00
</head>
<body>
<app-root></app-root>
</body>
</html>