Adding static meta to index.html
This commit is contained in:
@@ -2,10 +2,13 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>App</title>
|
||||
<title>Cooper, Hillman & Toshi</title>
|
||||
<base href="/">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link rel="icon" type="image/x-icon" href="favicon.ico">
|
||||
<meta property="og:title" content="Cooper, Hillman & Toshi">
|
||||
<meta property="og:description" content="Interface d'administration des contrats">
|
||||
<meta property="og:image" content="/assets/logo.png">
|
||||
</head>
|
||||
<body>
|
||||
<app-root></app-root>
|
||||
|
||||
Reference in New Issue
Block a user