-
Notifications
You must be signed in to change notification settings - Fork 18
/
index.html
27 lines (27 loc) · 1.16 KB
/
index.html
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
<!doctype html>
<html>
<head>
<meta charset="utf-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta name="description" content="Don’t let slow data make you lose customers, automate your Data Digitization. GlyphX simplifies Data Intensive Customer interactions to shorten your Turn Around Time & Lower your Costs">
<link href='http://fonts.googleapis.com/css?family=Open+Sans:300' rel='stylesheet'>
<link rel="stylesheet" media="screen" href="css/redirect.css">
<title>MQuotient</title>
</head>
<body>
<h1>Glyphx is here</h1>
<h1>mquotient's Automated Data Digitization tool has launched, you are being redirected to <a href="http://www.glyphx.net">glyphx.net</a></h1>
<p class="circle">
<span class="ouro ouro3">
<span class="left"><span class="anim"></span></span>
<span class="right"><span class="anim"></span></span>
</span>
</p>
<script type="text/JavaScript">
setTimeout(function () {
location.href = 'http://www.glyphx.net';
}, 4000);
</script>
</body>
</html>