mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-12-02 12:01:17 +00:00
Added logos to mitm.it
This commit is contained in:
parent
3b67f510b9
commit
fc3edd5d8b
@ -1,6 +1,6 @@
|
|||||||
|
|
||||||
#certbank div {
|
#certbank div {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
padding-top: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.fronttable {
|
.fronttable {
|
||||||
@ -38,7 +38,6 @@ section {
|
|||||||
.masthead {
|
.masthead {
|
||||||
padding: 50px 0 60px;
|
padding: 50px 0 60px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.header {
|
.header {
|
||||||
|
@ -132,9 +132,7 @@ function changeTo(device) {
|
|||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<center>
|
<h2 class="text-center"> Click to install your mitmproxy certificate </h2>
|
||||||
<h2> Click to install your mitmproxy certificate: </h2>
|
|
||||||
</center>
|
|
||||||
<div id="certbank" class="row">
|
<div id="certbank" class="row">
|
||||||
<div class="col-md-3">
|
<div class="col-md-3">
|
||||||
<a onclick="changeTo('apple')" href="/cert/pem"><i class="fa fa-apple fa-5x"></i></a>
|
<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/bootstrap.min.css" rel="stylesheet">
|
||||||
<link href="/static/mitmproxy.css" rel="stylesheet">
|
<link href="/static/mitmproxy.css" rel="stylesheet">
|
||||||
<link href="/static/fontawesome/css/font-awesome.min.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>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<div class="navbar navbar-default" role="navigation">
|
<div class="navbar navbar-default" role="navigation">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="navbar-header">
|
<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>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user