forked from touchgfx/touchgfx.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
18 lines (18 loc) · 1.02 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<html lang="en-US">
<head>
<meta charset="utf-8">
<script src="/js/redirect.js"></script>
<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>
</head>
<body>
<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>