mirror of
https://github.com/zulip/zulip-desktop.git
synced 2025-10-23 03:31:56 +00:00
17 lines
569 B
HTML
17 lines
569 B
HTML
<!doctype html>
|
|
<html lang="en" class="responsive desktop">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
|
<meta
|
|
http-equiv="Content-Security-Policy"
|
|
content="default-src 'none'; connect-src 'self'; font-src 'self'; img-src 'self' data:; script-src 'self'; style-src 'self' 'unsafe-inline'"
|
|
/>
|
|
<meta name="viewport" content="width=device-width" />
|
|
<title>Zulip</title>
|
|
<link rel="stylesheet" href="css/fonts.css" />
|
|
<link rel="stylesheet" href="css/main.css" />
|
|
</head>
|
|
|
|
<body></body>
|
|
</html>
|