summaryrefslogtreecommitdiffstats
path: root/basicsuite/webengine/content/index.html
blob: 3cbeb169c8e444627edd2e683fdbd207afdb135c (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
27
28
29
30
31
32
33
34
35
36
37
<!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>
        <style>
        a, a:link, a:active, a:visited {
            text-decoration:none;
            font-family: "Helvetica";
            font-size: 18px;
            color: rgb(0,0,0)
        }
        .bookmark {
            margin: 28px;
        }
        .example {
            display: inline-block;
        }
        .example_image {
            width: 300px;
            height: 175px;
        }
        </style>
    </head>
    <body bgcolor="#AAAAAA">
        <div style="text-align: center; padding-top: 100px;">
            <div class="bookmark"><a href="http://qt.digia.com">http://qt.digia.com</a></div>
            <div class="bookmark"><a href="http://qt-project.org/doc/qt-5">http://qt-project.org/doc/qt-5</a></div>
            <div class="bookmark"><a href="http://www.google.com">http://www.google.com</a></div>
            <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>