30 lines
999 B
HTML
30 lines
999 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<title>Cocktail Shaker App</title>
|
|
|
|
<base href="/" />
|
|
|
|
<meta name="color-scheme" content="light dark" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no , viewport-fit=cover" />
|
|
<meta name="format-detection" content="telephone=no" />
|
|
<meta name="msapplication-tap-highlight" content="no" />
|
|
|
|
<link rel="shortcut icon" type="image/png" href="/img/favicon.ico" />
|
|
<link rel="favicon" type="image/png" href="/img/favicon.ico?" />
|
|
<link rel="icon" type="image/png" href="/img/icon.png?" />
|
|
<link rel="manifest" href="/manifest.json">
|
|
|
|
<!-- add to homescreen for ios -->
|
|
<meta name="apple-mobile-web-app-capable" content="yes" />
|
|
<meta name="apple-mobile-web-app-title" content="Cocktail Shaker App" />
|
|
<meta name="apple-mobile-web-app-status-bar-style" content="rgb(202, 0, 152)" />
|
|
</head>
|
|
|
|
<body>
|
|
<div id="app"></div>
|
|
</body>
|
|
|
|
</html> |