index.html 7.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8" />
  5. <title>Excalidraw | Hand-drawn look & feel • Collaborative • Secure</title>
  6. <meta
  7. name="viewport"
  8. content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no, viewport-fit=cover, shrink-to-fit=no"
  9. />
  10. <meta name="referrer" content="origin" />
  11. <meta name="apple-mobile-web-app-capable" content="yes" />
  12. <meta name="mobile-web-app-capable" content="yes" />
  13. <meta name="apple-touch-fullscreen" content="yes" />
  14. <meta name="theme-color" content="#fff" />
  15. <!-- Origin Trial token for the Native File System API v1 https://developers.chrome.com/origintrials/#/view_trial/3868592079911256065 (Chrome 78–81) -->
  16. <meta
  17. http-equiv="origin-trial"
  18. content="AsyySICOnLFPHhAi+SdB6g3Cr28MuSeq3a+2k3UOUKu+ikmEjAqYHAK3HSLx4keUd1BLYUPWPYAe6F9hyuO3JwUAAABceyJvcmlnaW4iOiJodHRwczovL3d3dy5leGNhbGlkcmF3LmNvbTo0NDMiLCJmZWF0dXJlIjoiTmF0aXZlRmlsZVN5c3RlbSIsImV4cGlyeSI6MTU4OTE4MzIxMH0="
  19. />
  20. <!-- Origin Trial token for the Native File System API v2 https://developers.chrome.com/origintrials/#/view_trial/4019462667428167681 (Chrome 83–85) -->
  21. <meta
  22. http-equiv="origin-trial"
  23. content="AgMee3sqSZkE0QaZP8f/F9OJj5iSLdnNMRGttIDlOQy552MI4GoL41jyCAHOYsQ8UWM1kPdrb6PVmbSllX/JqwEAAABZeyJvcmlnaW4iOiJodHRwczovL2V4Y2FsaWRyYXcuY29tOjQ0MyIsImZlYXR1cmUiOiJOYXRpdmVGaWxlU3lzdGVtMiIsImV4cGlyeSI6MTU5MDU3MzM5MX0="
  24. />
  25. <!-- General tags -->
  26. <meta
  27. name="description"
  28. content="Excalidraw is a virtual collaborative whiteboard tool that lets you easily sketch diagrams that have a hand-drawn feel to them."
  29. />
  30. <meta name="image" content="og-image.png" />
  31. <!-- OpenGraph tags -->
  32. <meta property="og:url" content="https://excalidraw.com" />
  33. <meta property="og:site_name" content="Excalidraw" />
  34. <meta property="og:type" content="website" />
  35. <meta property="og:title" content="Excalidraw" />
  36. <meta
  37. property="og:description"
  38. content="Excalidraw is a whiteboard tool that lets you easily sketch diagrams that have a hand-drawn feel to them."
  39. />
  40. <!-- OG tags require an absolute url for images -->
  41. <meta
  42. property="og:image"
  43. name="twitter:image"
  44. content="https://excalidraw.com/og-image.png"
  45. />
  46. <meta
  47. property="og:image:secure_url"
  48. name="twitter:image"
  49. content="https://excalidraw.com/og-image.png"
  50. />
  51. <meta property="og:image:width" content="1280" />
  52. <meta property="og:image:height" content="669" />
  53. <meta property="og:image:alt" content="Excalidraw logo with byline." />
  54. <!-- Safari -->
  55. <meta name="apple-mobile-web-app-status-bar-style" content="default" />
  56. <!-- Twitter Card tags -->
  57. <meta name="twitter:card" content="summary_large_image" />
  58. <meta name="twitter:title" content="Excalidraw" />
  59. <meta
  60. name="twitter:description"
  61. content="Excalidraw is a whiteboard tool that lets you easily sketch diagrams that have a hand-drawn feel to them."
  62. />
  63. <!-- OG tags require absolute url for images -->
  64. <meta name="twitter:image" content="https://excalidraw.com/og-image.png" />
  65. <link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
  66. <link rel="stylesheet" href="fonts.css" type="text/css" />
  67. <link
  68. rel="preload"
  69. href="FG_Virgil.woff2"
  70. as="font"
  71. type="font/woff2"
  72. crossorigin="anonymous"
  73. />
  74. <link
  75. rel="preload"
  76. href="Cascadia.woff2"
  77. as="font"
  78. type="font/woff2"
  79. crossorigin="anonymous"
  80. />
  81. <link
  82. href="https://excalidraw-socket.herokuapp.com/socket.io"
  83. rel="preconnect"
  84. crossorigin="anonymous"
  85. />
  86. <link rel="manifest" href="manifest.json" />
  87. <link
  88. href="splashscreen_images/iphone5_splash.png"
  89. media="(device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2)"
  90. rel="apple-touch-startup-image"
  91. />
  92. <link
  93. href="splashscreen_images/iphone6_splash.png"
  94. media="(device-width: 375px) and (device-height: 667px) and (-webkit-device-pixel-ratio: 2)"
  95. rel="apple-touch-startup-image"
  96. />
  97. <link
  98. href="splashscreen_images/iphoneplus_splash.png"
  99. media="(device-width: 621px) and (device-height: 1104px) and (-webkit-device-pixel-ratio: 3)"
  100. rel="apple-touch-startup-image"
  101. />
  102. <link
  103. href="splashscreen_images/iphonex_splash.png"
  104. media="(device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3)"
  105. rel="apple-touch-startup-image"
  106. />
  107. <link
  108. href="splashscreen_images/iphonexr_splash.png"
  109. media="(device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2)"
  110. rel="apple-touch-startup-image"
  111. />
  112. <link
  113. href="splashscreen_images/iphonexsmax_splash.png"
  114. media="(device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3)"
  115. rel="apple-touch-startup-image"
  116. />
  117. <link
  118. href="splashscreen_images/ipad_splash.png"
  119. media="(device-width: 768px) and (device-height: 1024px) and (-webkit-device-pixel-ratio: 2)"
  120. rel="apple-touch-startup-image"
  121. />
  122. <link
  123. href="splashscreen_images/ipadpro1_splash.png"
  124. media="(device-width: 834px) and (device-height: 1112px) and (-webkit-device-pixel-ratio: 2)"
  125. rel="apple-touch-startup-image"
  126. />
  127. <link
  128. href="splashscreen_images/ipadpro3_splash.png"
  129. media="(device-width: 834px) and (device-height: 1194px) and (-webkit-device-pixel-ratio: 2)"
  130. rel="apple-touch-startup-image"
  131. />
  132. <link
  133. href="splashscreen_images/ipadpro2_splash.png"
  134. media="(device-width: 1024px) and (device-height: 1366px) and (-webkit-device-pixel-ratio: 2)"
  135. rel="apple-touch-startup-image"
  136. />
  137. <style>
  138. .LoadingMessage {
  139. position: fixed;
  140. top: 0;
  141. right: 0;
  142. bottom: 0;
  143. left: 0;
  144. z-index: 999;
  145. display: flex;
  146. align-items: center;
  147. justify-content: center;
  148. pointer-events: none;
  149. }
  150. .LoadingMessage span {
  151. background-color: rgba(255, 255, 255, 0.8);
  152. border-radius: 5px;
  153. padding: 0.8em 1.2em;
  154. font-size: 1.3em;
  155. }
  156. .visually-hidden {
  157. position: absolute !important;
  158. height: 1px;
  159. width: 1px;
  160. overflow: hidden;
  161. clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  162. clip: rect(1px, 1px, 1px, 1px);
  163. white-space: nowrap; /* added line */
  164. }
  165. </style>
  166. <script
  167. async
  168. src="https://www.googletagmanager.com/gtag/js?id=UA-387204-13"
  169. ></script>
  170. <script>
  171. window.dataLayer = window.dataLayer || [];
  172. function gtag() {
  173. dataLayer.push(arguments);
  174. }
  175. gtag("js", new Date());
  176. gtag("config", "UA-387204-13");
  177. </script>
  178. </head>
  179. <body>
  180. <noscript>
  181. You need to enable JavaScript to run this app.
  182. </noscript>
  183. <header>
  184. <h1 class="visually-hidden">Excalidraw</h1>
  185. </header>
  186. <div id="root">
  187. <div class="LoadingMessage">
  188. <span>Loading scene...</span>
  189. </div>
  190. </div>
  191. </body>
  192. </html>