Revize 499af4e8
Přidáno uživatelem Jan Pašek před téměř 4 roky(ů)
static/index.html | ||
---|---|---|
5 | 5 |
<title>X.509 Certificate Management</title> |
6 | 6 |
<link rel="stylesheet" href="/static/css/bootstrap.min.css"> |
7 | 7 |
</head> |
8 |
<body> |
|
8 |
<body class="p-4">
|
|
9 | 9 |
<div> |
10 | 10 |
<h1 class="ml-2 d-inline-block">Certificate Listing</h1> |
11 | 11 |
<a class="btn btn-success ml-4 mb-3" href="/static/create_certificate.html">Create certificate</a> |
Také k dispozici: Unified diff
Re #8474 - Styling of create_certificate.html using Bootstrap