Taobin-Recipe-Manager/client/src/index.html
2023-09-20 12:18:27 +07:00

18 lines
501 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Client</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>