freedomjs/freedom

View on GitHub
demo/connections/view.html

Summary

Maintainability
Test Coverage
<!DOCTYPE html>
<html lang="en-US">
<head>
  <title>Connections</title>
  <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
  <link href='view.css' rel='stylesheet' type='text/css' />
  <script type='text/javascript' src='third-party/qr/qr.js'></script>
  <script type='text/javascript' src='view.js'></script>
</head>
<body>
  <div id='loading'>
    This page should be loaded by the Connections freedom.js demo.
  </div>
</body>
</html>