mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-27 02:24:18 +00:00
Added logos to mitm.it
This commit is contained in:
parent
3b67f510b9
commit
fc3edd5d8b
@ -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 {
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user