index.html 406 Bytes
Newer Older
Alexander Bazo committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
<!DOCTYPE html>
<html>

<head>
    <meta charset="utf-8">
    <title>GazeClient</title>
    <link rel="stylesheet" href="resources/css/default.css">
</head>

<body>
    <header>
        <h1>GazeClient</h1>
    </header>
    <content>
    </content>
Alexander Bazo committed
16
    <script type="application/javascript" src="gazeclient.min.js"></script>
Alexander Bazo committed
17 18 19 20
    <script type="module" src="resources/js/index.js"></script>
</body>

</html>