~johnsca/charms/trusty/cloudfoundry/reconciler-ui

« back to all changes in this revision

Viewing changes to reconciler/ui/index.html

  • Committer: Whit Morriss
  • Date: 2014-10-13 06:50:17 UTC
  • Revision ID: whit.morriss@canonical.com-20141013065017-0feo2ku3yllymkol
reorg reconciler

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE html>
 
2
<html>
 
3
  <head>
 
4
    <link rel="stylesheet" type="text/css" href="static/{semantic}/css/semantic.css">
 
5
    <script src="http://cdnjs.cloudflare.com/ajax/libs/jquery/2.0.3/jquery.js"></script>
 
6
    <script src="static/agility.js"></script>
 
7
 
 
8
    <script src="static/{semantic}/javascript/semantic.min.js"></script>
 
9
    <script src="static/{semantic}/javascript/semantic.js"></script>
 
10
  </head>
 
11
  <body>
 
12
    <script src="static/socketservice.js" ></script>
 
13
    <script src="static/main.js" ></script>
 
14
  </body>
 
15
</html>