2015-10-13 14:14:50 +02:00
|
|
|
<head>
|
|
|
|
|
<meta charset="utf-8">
|
|
|
|
|
<title>Lesion Tracker</title>
|
|
|
|
|
<meta name="description" content="Prototype viewer application for oncology">
|
2015-11-17 04:55:41 +01:00
|
|
|
<!-- Prevents page zooming -->
|
2015-11-17 16:50:54 +01:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
|
2015-11-17 04:55:41 +01:00
|
|
|
|
2015-10-13 14:14:50 +02:00
|
|
|
<link rel="shortcut icon" type="image/png" href="images/logo.png" sizes="16x16 32x32 64x64">
|
|
|
|
|
<!--Best display for mobile devices-->
|
|
|
|
|
<meta http-equiv="cleartype" content="on">
|
|
|
|
|
<meta name="MobileOptimized" content="320">
|
|
|
|
|
<meta name="HandheldFriendly" content="True">
|
|
|
|
|
<meta name="apple-mobile-web-app-capable" content="yes">
|
2016-07-23 20:11:01 +02:00
|
|
|
|
2016-08-12 13:02:58 +02:00
|
|
|
<!-- Make SVG work on IE -->
|
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
2016-06-07 19:09:47 +02:00
|
|
|
</head>
|