mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-26 18:18:25 +00:00
Nicer layout for cert install options.
This commit is contained in:
parent
784f411273
commit
ae87affcbe
@ -1,4 +1,9 @@
|
||||
|
||||
#certbank div {
|
||||
text-align: center;
|
||||
|
||||
|
||||
}
|
||||
|
||||
.fronttable {
|
||||
}
|
||||
|
@ -1,19 +1,26 @@
|
||||
{% extends "frame.html" %}
|
||||
{% block body %}
|
||||
|
||||
<div class="masthead">
|
||||
<div class="container">
|
||||
|
||||
<p>
|
||||
<a href="/cert/pem"><i class="fa fa-apple fa-5x"></i></a>
|
||||
</p>
|
||||
|
||||
<p><a href="/cert/p12"><i class="fa fa-windows fa-5x"></i></a></p>
|
||||
|
||||
<p><a href="/cert/pem"><i class="fa fa-android fa-5x"></i></a></p>
|
||||
|
||||
<center>
|
||||
<h2> Click to install the mitmproxy certificate: </h2>
|
||||
</center>
|
||||
<div id="certbank" class="row">
|
||||
<div class="col-md-3">
|
||||
<a href="/cert/pem"><i class="fa fa-apple fa-5x"></i></a>
|
||||
<p>Apple</p>
|
||||
</div>
|
||||
<div class="col-md-3">
|
||||
<a href="/cert/p12"><i class="fa fa-windows fa-5x"></i></a>
|
||||
<p>Windows</p>
|
||||
</div>
|
||||
<div class="col-md-3">
|
||||
<a href="/cert/pem"><i class="fa fa-android fa-5x"></i></a>
|
||||
<p>Android</p>
|
||||
</div>
|
||||
<div class="col-md-3">
|
||||
<a href="/cert/pem"><i class="fa fa-asterisk fa-5x"></i></a>
|
||||
<p>Other</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
{% endblock %}
|
||||
|
Loading…
Reference in New Issue
Block a user