Added logos to mitm.it

This commit is contained in:
bksahu 2018-01-02 22:05:12 +05:30
parent 3b67f510b9
commit fc3edd5d8b
3 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
#certbank div {
text-align: center;
padding-top: 20px;
}
.fronttable {
@ -38,7 +38,6 @@ section {
.masthead {
padding: 50px 0 60px;
text-align: center;
}
.header {

View File

@ -132,9 +132,7 @@ function changeTo(device) {
}
</script>
<center>
<h2> Click to install your mitmproxy certificate: </h2>
</center>
<h2 class="text-center"> Click to install your mitmproxy certificate </h2>
<div id="certbank" class="row">
<div class="col-md-3">
<a onclick="changeTo('apple')" href="/cert/pem"><i class="fa fa-apple fa-5x"></i></a>

View File

@ -12,13 +12,16 @@
<link href="/static/bootstrap.min.css" rel="stylesheet">
<link href="/static/mitmproxy.css" rel="stylesheet">
<link href="/static/fontawesome/css/font-awesome.min.css" rel="stylesheet">
<link rel="icon" href="/static/images/favicon.ico" type="image/x-icon"/>
</head>
<body>
<div class="navbar navbar-default" role="navigation">
<div class="container">
<div class="navbar-header">
<a class="navbar-brand" href="#">mitmproxy</a>
<a class="navbar-brand" href="#">
<img height="20px" src="static/images/mitmproxy-long.png"/>
</a>
</div>
</div>
</div>