2020-05-14 13:41:38 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
2020-05-24 09:19:48 +00:00
|
|
|
<head>
|
|
|
|
<meta charset="utf-8"/>
|
2020-09-02 19:17:26 +00:00
|
|
|
<title>HedgeDoc</title>
|
2021-05-02 20:38:43 +00:00
|
|
|
<link href="%PUBLIC_URL%/icons/apple-touch-icon.png" rel="apple-touch-icon" sizes="180x180">
|
|
|
|
<link href="%PUBLIC_URL%/icons/favicon-32x32.png" rel="icon" sizes="32x32" type="image/png">
|
|
|
|
<link href="%PUBLIC_URL%/icons/favicon-16x16.png" rel="icon" sizes="16x16" type="image/png">
|
|
|
|
<link href="%PUBLIC_URL%/icons/site.webmanifest" rel="manifest">
|
|
|
|
<link color="#b51f08" href="%PUBLIC_URL%/icons/safari-pinned-tab.svg" rel="mask-icon">
|
|
|
|
<link href="%PUBLIC_URL%/icons/favicon.ico" rel="shortcut icon">
|
2020-11-15 20:37:39 +00:00
|
|
|
<meta name="apple-mobile-web-app-title" content="HedgeDoc">
|
|
|
|
<meta name="application-name" content="HedgeDoc">
|
|
|
|
<meta name="msapplication-TileColor" content="#b51f08">
|
2021-05-02 20:38:43 +00:00
|
|
|
<meta content="%PUBLIC_URL%/icons/browserconfig.xml" name="msapplication-config">
|
2020-11-15 20:37:39 +00:00
|
|
|
<meta name="theme-color" content="#b51f08">
|
2020-05-24 09:19:48 +00:00
|
|
|
<meta content="width=device-width, initial-scale=1" name="viewport"/>
|
2020-09-02 19:17:26 +00:00
|
|
|
<meta content="HedgeDoc - Collaborative markdown notes" name="description"/>
|
2021-05-02 20:38:43 +00:00
|
|
|
<base href="%PUBLIC_URL%/"/>
|
2020-05-24 09:19:48 +00:00
|
|
|
</head>
|
2020-06-02 09:22:49 +00:00
|
|
|
<body>
|
2020-05-24 09:19:48 +00:00
|
|
|
<noscript>You need to enable JavaScript to run this app.</noscript>
|
2020-06-08 21:49:14 +00:00
|
|
|
<div id="root" dir="auto"></div>
|
2020-05-24 09:19:48 +00:00
|
|
|
</body>
|
2020-05-14 13:41:38 +00:00
|
|
|
</html>
|