tweetcast/nodejs/client/index.html
author Raphael Velt <raph.velt@gmail.com>
Wed, 26 Oct 2011 18:29:46 +0200
changeset 338 60dff8a71024
parent 336 d60efd677b50
child 339 6a073c4a8578
permissions -rw-r--r--
Added alternate configuration
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
333
4389fd4ae58f Reorganisation branche node
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
     1
<!doctype html>
4389fd4ae58f Reorganisation branche node
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
     2
<html>
338
60dff8a71024 Added alternate configuration
Raphael Velt <raph.velt@gmail.com>
parents: 336
diff changeset
     3
    <head>
60dff8a71024 Added alternate configuration
Raphael Velt <raph.velt@gmail.com>
parents: 336
diff changeset
     4
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
60dff8a71024 Added alternate configuration
Raphael Velt <raph.velt@gmail.com>
parents: 336
diff changeset
     5
        <title>Polemic Tweet “TweetCast”</title>
60dff8a71024 Added alternate configuration
Raphael Velt <raph.velt@gmail.com>
parents: 336
diff changeset
     6
        <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.4/jquery.min.js"></script>
60dff8a71024 Added alternate configuration
Raphael Velt <raph.velt@gmail.com>
parents: 336
diff changeset
     7
        <script type="text/javascript" src="/config"></script>
60dff8a71024 Added alternate configuration
Raphael Velt <raph.velt@gmail.com>
parents: 336
diff changeset
     8
        <script type="text/javascript" src="/socket.io/socket.io.js"></script>
60dff8a71024 Added alternate configuration
Raphael Velt <raph.velt@gmail.com>
parents: 336
diff changeset
     9
        <script type="text/javascript" src="js/raphael-min.js"></script>
60dff8a71024 Added alternate configuration
Raphael Velt <raph.velt@gmail.com>
parents: 336
diff changeset
    10
        <script type="text/javascript" src="js/jquery.mousewheel.min.js"></script>
60dff8a71024 Added alternate configuration
Raphael Velt <raph.velt@gmail.com>
parents: 336
diff changeset
    11
        <script type="text/javascript" src="js/script.js"></script>
60dff8a71024 Added alternate configuration
Raphael Velt <raph.velt@gmail.com>
parents: 336
diff changeset
    12
        <link rel="stylesheet" href="css/style.css" type="text/css" />
60dff8a71024 Added alternate configuration
Raphael Velt <raph.velt@gmail.com>
parents: 336
diff changeset
    13
    </head>
60dff8a71024 Added alternate configuration
Raphael Velt <raph.velt@gmail.com>
parents: 336
diff changeset
    14
    <body>
60dff8a71024 Added alternate configuration
Raphael Velt <raph.velt@gmail.com>
parents: 336
diff changeset
    15
        <div id="container">
60dff8a71024 Added alternate configuration
Raphael Velt <raph.velt@gmail.com>
parents: 336
diff changeset
    16
            <ul id="tweetlist">
60dff8a71024 Added alternate configuration
Raphael Velt <raph.velt@gmail.com>
parents: 336
diff changeset
    17
            </ul>
60dff8a71024 Added alternate configuration
Raphael Velt <raph.velt@gmail.com>
parents: 336
diff changeset
    18
            <div id="timeline"></div>
60dff8a71024 Added alternate configuration
Raphael Velt <raph.velt@gmail.com>
parents: 336
diff changeset
    19
            <div id="timewindow"></div>
60dff8a71024 Added alternate configuration
Raphael Velt <raph.velt@gmail.com>
parents: 336
diff changeset
    20
        </div>
60dff8a71024 Added alternate configuration
Raphael Velt <raph.velt@gmail.com>
parents: 336
diff changeset
    21
    </body>
333
4389fd4ae58f Reorganisation branche node
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    22
</html>