From d2475e6a146534b5e7aaf2cc7b0b9a75e418415e Mon Sep 17 00:00:00 2001 From: Maximilian Hils Date: Sat, 13 Sep 2014 23:05:12 +0200 Subject: web: start gui --- web/src/js/certinstall.jsx | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 web/src/js/certinstall.jsx (limited to 'web/src/js/certinstall.jsx') diff --git a/web/src/js/certinstall.jsx b/web/src/js/certinstall.jsx deleted file mode 100644 index 2e681ac2..00000000 --- a/web/src/js/certinstall.jsx +++ /dev/null @@ -1,27 +0,0 @@ -/** @jsx React.DOM */ - -var CertInstallView = React.createClass({ - render: function () { - return
-

Click to install the mitmproxy certificate:

-
-
- -

Apple

-
-
- -

Windows

-
-
- -

Android

-
-
- -

Other

-
-
-
; - } -}); -- cgit v1.2.3