packages feed

threepenny-gui-0.8.2.2: samples/static/chat.html

<!doctype html>
<head>
  <title>Chat</title>
  <link rel="stylesheet" type="text/css" href="static/css/chat.css"/>
  <link href='http://fonts.googleapis.com/css?family=Fredericka+the+Great'
  rel='stylesheet' type='text/css'>
  <link href='http://fonts.googleapis.com/css?family=Annie+Use+Your+Telescope' rel='stylesheet' type='text/css'>
  <script src="haskell.js"></script>
  <script type="text/javascript" charset="utf-8">
    Haskell.initFFI();
  </script>
</head>
<body>
  <noscript>Please enable JavaScript.</noscript>
</body>
</html>