ko-ws-tyrus/src/test/resources/org/apidesign/html/wstyrus/test.html
author Jaroslav Tulach <jaroslav.tulach@apidesign.org>
Sun, 25 Aug 2013 14:40:16 +0200
changeset 260 23e2ad7e6d23
child 358 80702021b851
permissions -rw-r--r--
Tyrus based implementation of WebSockets for JDK7
jaroslav@260
     1
<!--
jaroslav@260
     2
jaroslav@260
     3
    HTML via Java(tm) Language Bindings
jaroslav@260
     4
    Copyright (C) 2013 Jaroslav Tulach <jaroslav.tulach@apidesign.org>
jaroslav@260
     5
jaroslav@260
     6
    This program is free software: you can redistribute it and/or modify
jaroslav@260
     7
    it under the terms of the GNU General Public License as published by
jaroslav@260
     8
    the Free Software Foundation, version 2 of the License.
jaroslav@260
     9
jaroslav@260
    10
    This program is distributed in the hope that it will be useful,
jaroslav@260
    11
    but WITHOUT ANY WARRANTY; without even the implied warranty of
jaroslav@260
    12
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
jaroslav@260
    13
    GNU General Public License for more details. apidesign.org
jaroslav@260
    14
    designates this particular file as subject to the
jaroslav@260
    15
    "Classpath" exception as provided by apidesign.org
jaroslav@260
    16
    in the License file that accompanied this code.
jaroslav@260
    17
jaroslav@260
    18
    You should have received a copy of the GNU General Public License
jaroslav@260
    19
    along with this program. Look for COPYING file in the top folder.
jaroslav@260
    20
    If not, see http://wiki.apidesign.org/wiki/GPLwithClassPathException
jaroslav@260
    21
jaroslav@260
    22
-->
jaroslav@260
    23
<!DOCTYPE html>
jaroslav@260
    24
<html>
jaroslav@260
    25
    <head>
jaroslav@260
    26
        <title>Tyrus WebSockets Execution Harness</title>
jaroslav@260
    27
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
jaroslav@260
    28
        <meta name="viewport" content="width=device-width">
jaroslav@260
    29
    </head>
jaroslav@260
    30
    <body>
jaroslav@260
    31
        <h1>Tyrus WebSockets Execution Harness</h1>
jaroslav@260
    32
    </body>
jaroslav@260
    33
    <script></script>
jaroslav@260
    34
</html>