This hashes every file and forces the browser to download updated assets.
22 lines
993 B
HTML
22 lines
993 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
|
<meta name="Description" content="Canapé">
|
|
<link rel="apple-touch-icon" sizes="180x180" href="<%= require("./img/apple-touch-icon.png") %>">
|
|
<link rel="icon" type="image/png" href="<%= require("./img/favicon-32x32.png") %>" sizes="32x32">
|
|
<link rel="icon" type="image/png" href="<%= require("./img/favicon-16x16.png") %>" sizes="16x16">
|
|
<link rel="manifest" href="/manifest.json">
|
|
<meta name="theme-color" content="#4E5D6C">
|
|
<meta name="msapplication-navbutton-color" content="#4E5D6C">
|
|
<meta name="apple-mobile-web-app-status-bar-style" content="#4E5D6C">
|
|
<link rel="mask-icon" href="<%= require("./img/safari-pinned-tab.svg") %>" color="#5bbad5">
|
|
<title>Canapé</title>
|
|
</head>
|
|
<body>
|
|
<div id="app"></div>
|
|
</body>
|
|
</html>
|