summaryrefslogtreecommitdiffstats
path: root/basicsuite/webengine/content/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'basicsuite/webengine/content/index.html')
-rw-r--r--basicsuite/webengine/content/index.html26
1 files changed, 0 insertions, 26 deletions
diff --git a/basicsuite/webengine/content/index.html b/basicsuite/webengine/content/index.html
deleted file mode 100644
index 9610cbf..0000000
--- a/basicsuite/webengine/content/index.html
+++ /dev/null
@@ -1,26 +0,0 @@
-<!DOCTYPE html>
-<html>
- <head>
- <meta charset=utf-8 />
- <meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0">
- <title>Qt WebEngine Demo</title>
- <link rel="stylesheet" type="text/css" href="common/open-sans.css">
- <link rel="stylesheet" type="text/css" href="common/style.css">
- </head>
- <body>
- <div id="links-container">
- <a href="http://www.qt.io"><div class="bookmark" id="qt-io"><span>The Qt Company</span></div></a>
- <a href="https://www.youtube.com/tv"><div class="bookmark" id="youtube-tv"><span>YouTube TV</span></div></a>
- <a href="http://www.openstreetmap.org"><div class="bookmark" id="osm"><span>OpenStreetMap</span></div></a>
- <a href="http://www.duckduckgo.com"><div class="bookmark" id="ddg"><span>DuckDuckGo</span></div></a>
- <a href="http://www.reddit.com"><div class="bookmark" id="reddit"><span>Reddit</span></div></a>
- </div>
- <h1>Offline demos</h1>
- <div id="examples-container">
-<!-- <div class="example"><a href="../content/webgl/helloqt.html"><img class="example_image" src="../content/webgl/screenshot.png"></a></div> -->
- <div class="example"><a href="../content/csstetrahedron/index.html"><img class="example_image" src="../content/csstetrahedron/screenshot.png"></a></div>
- <div class="example"><a href="../content/rubiks/index.html"><img class="example_image" src="../content/rubiks/screenshot.png"></a></div>
- <div class="example"><a href="../content/morphingcubes/index.html"><img class="example_image" src="../content/morphingcubes/screenshot.png"></a></div>
- </div>
- </body>
-</html>