Files
v-chat/packages/web/src/template.html
T

27 lines
1.0 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>vchat</title>
<meta name=viewport content="viewport-fit=cover,width=device-width,initial-scale=1,maximum-scale=1,minimum-scale=1,user-scalable=no">
<link rel="shortcut icon" href="/favicon-192.png">
<% if (process.env.NODE_ENV === 'production') { %>
<link rel="manifest" href="/manifest.json">
<% } %>
<!-- Add to home screen for Safari on iOS -->
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="apple-mobile-web-app-title" content="vchat">
<link rel="apple-touch-icon" href="/favicon-192.png">
<!-- Windows -->
<meta name="msapplication-TileImage" content="/favicon-192.png">
<meta name="msapplication-TileColor" content="#333">
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-touch-fullscreen" content="yes" />
</head>
<body>
<div id="app"></div>
<!-- built files will be auto injected -->
</body>
</html>