summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/webgl/index.html
blob: c1555af3b868b57086065f5f99b6c29565bb468e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<html>
  <head profile="http://www.w3.org/2005/10/profile">
    <link rel="icon"  type="image/png"  href="/favicon.png">
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
    <title>QtWebGL - Waiting for connection...</title>
    <script>
      var startTime = (new Date()).getTime();
    </script>
    <script type="text/javascript" src="webqt.js"></script>
    <script>
      var endTime = (new Date()).getTime();
      console.log("Took " + (endTime - startTime) + " milliseconds to parse and execute");
    </script>
  </head>
  <body />
</html>