-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
34 lines (32 loc) · 1.7 KB
/
Copy pathindex.html
File metadata and controls
34 lines (32 loc) · 1.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<html lang="en-US">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="The documentation site for TouchGFX - a user-friendly graphical C++ tool for creating powerful embedded touch applications.">
<meta property="og:description" content="The documentation site for TouchGFX - a user-friendly graphical C++ tool for creating powerful embedded touch applications.">
<link rel="shortcut icon" href="/img/favicon.png" data-react-helmet="true">
<title>TouchGFX Documentation</title>
<link rel="icon" href="img/icons/icon-192x192.png">
<link rel="manifest" href="/manifest.json">
<meta name="theme-color" content="rgb(21, 142, 194)">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="#000">
<link rel="apple-touch-icon" href="img/icons/icon-192x192.png">
<link rel="mask-icon" href="img/icon.svg" color="rgb(21, 142, 194)">
<meta name="msapplication-TileImage" content="img/icons/icon-192x192.png">
<meta name="msapplication-TileColor" content="#000">
</head>
<body>
<script>
var isIE = /*@cc_on!@*/false || !!document.documentMode;
if(!isIE){
window.location.href = "docs/introduction/welcome";
}
</script>
<div style="font-family: Arial, Helvetica, sans-serif; margin: auto; margin-top: 20; width: 600px;">
<h1>You are using an outdated browser</h1>
<p>The TouchGFX Documentation site does not support Internet Explorer.</p>
<p>For a safer and faster user experience use a modern browser like Chrome, Firefox, Safari, Opera, or Edge.</p>
</div>
</body>
</html>