summaryrefslogtreecommitdiffstats
path: root/basicsuite/webengine/content/index.html
blob: 9610cbff96df95d39eeae7d4292266f7dfb9cbd4 (plain)
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
<!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>