• This project
    • Loading...
  • Sign in

홍길동 / onos

%ea%b7%b8%eb%a6%bc1
Go to a project
Toggle navigation Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Snippets
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • onos
  • web
  • gui
  • src
  • main
  • webapp
  • index.html
  • Simon Hunt's avatar
    Added d3 and jquery libs to index.html · 8bca74ff
    8bca74ff
    Simon Hunt authored 2014-10-15 16:56:55 -0700
index.html 222 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13
<!DOCTYPE html>
<html>
<head>
    <title>ONOS GUI</title>

    <script src="libs/d3.min.js"></script>
    <script src="libs/jquery-2.1.1.min.js"></script>
</head>
<body>
    <h1>ONOS GUI</h1>
    Sort of...
</body>
</html>