Skip to content

Commit

Permalink
Client-side framework for web application
Browse files Browse the repository at this point in the history
  • Loading branch information
cortesi committed Sep 10, 2014
1 parent 7698293 commit 0510c9b
Show file tree
Hide file tree
Showing 205 changed files with 146,553 additions and 199 deletions.
7 changes: 6 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,9 @@ mitmdumpc
.idea
netlib
pathod
libpathod
libpathod

# UI

node_modules
*.map
1 change: 0 additions & 1 deletion libmproxy/web/static/bootstrap.min.css

This file was deleted.

7 changes: 0 additions & 7 deletions libmproxy/web/static/bootstrap.min.js

This file was deleted.

4 changes: 0 additions & 4 deletions libmproxy/web/static/fontawesome/css/font-awesome.min.css

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added libmproxy/web/static/fonts/FontAwesome.otf
Binary file not shown.
Binary file not shown.
174 changes: 140 additions & 34 deletions ...fontawesome/fonts/fontawesome-webfont.svg → .../web/static/fonts/fontawesome-webfont.svg
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
18 changes: 18 additions & 0 deletions libmproxy/web/static/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>mitmproxy</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/mitmproxy.css" type="text/css" />
<script src="js/mitmproxy.js"></script>
</head>
<body>
<div id="mitmproxy"></div>
</body>
<script>
$(function(){
mitmproxy.init();
});
</script>
</html>
6 changes: 0 additions & 6 deletions libmproxy/web/static/jquery-1.10.1.min.js

This file was deleted.

9 changes: 0 additions & 9 deletions libmproxy/web/static/jquery.localscroll-min.js

This file was deleted.

11 changes: 0 additions & 11 deletions libmproxy/web/static/jquery.scrollTo-min.js

This file was deleted.

Loading

0 comments on commit 0510c9b

Please sign in to comment.