2020-05-14 09:41:38 -04:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
2020-05-24 05:19:48 -04:00
|
|
|
<head>
|
|
|
|
<meta charset="utf-8"/>
|
2020-09-02 15:17:26 -04:00
|
|
|
<title>HedgeDoc</title>
|
2021-05-02 16:38:43 -04: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 15:37:39 -05: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 16:38:43 -04:00
|
|
|
<meta content="%PUBLIC_URL%/icons/browserconfig.xml" name="msapplication-config">
|
2020-11-15 15:37:39 -05:00
|
|
|
<meta name="theme-color" content="#b51f08">
|
2020-05-24 05:19:48 -04:00
|
|
|
<meta content="width=device-width, initial-scale=1" name="viewport"/>
|
2020-09-02 15:17:26 -04:00
|
|
|
<meta content="HedgeDoc - Collaborative markdown notes" name="description"/>
|
2021-05-02 16:38:43 -04:00
|
|
|
<base href="%PUBLIC_URL%/"/>
|
2020-05-24 05:19:48 -04:00
|
|
|
</head>
|
2020-06-02 05:22:49 -04:00
|
|
|
<body>
|
2020-05-24 05:19:48 -04:00
|
|
|
<noscript>You need to enable JavaScript to run this app.</noscript>
|
2020-06-08 17:49:14 -04:00
|
|
|
<div id="root" dir="auto"></div>
|
2020-05-24 05:19:48 -04:00
|
|
|
</body>
|
2020-05-14 09:41:38 -04:00
|
|
|
</html>
|