mattermost-desktop/src/renderer/index.html

12 lines
349 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="Content-Security-Policy" content="default-src 'self'; style-src 'self' 'unsafe-inline'; media-src data:; img-src 'self' data:">
<title><%= htmlWebpackPlugin.options.title %></title>
</head>
<body>
<div id="app" />
</body>
</html>