diff options
Diffstat (limited to 'web/templates/labitrack.d/ancientbrowser')
-rw-r--r-- | web/templates/labitrack.d/ancientbrowser | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/web/templates/labitrack.d/ancientbrowser b/web/templates/labitrack.d/ancientbrowser new file mode 100644 index 0000000..cdaced3 --- /dev/null +++ b/web/templates/labitrack.d/ancientbrowser @@ -0,0 +1,15 @@ +<div class="hide tmplheader">HTML5 rocks</div> +<div class="alert-message block-message error"> + <h2>You are using an unsupported browser</h2> + <p>Labitrack requires a fairly modern browser, because it relies on being able to render the labels in your browser.</p> + <ul> + <li> + Canvas support, including support for: + <ul> + <li>drawing text</li> + <li>toDataURL (getting the data of the canvas)</li> + </ul> + </li> + <li>Web fonts</li> + </ul> +</div> |