mirror of
https://github.com/moepman/bk-dss
synced 2024-12-22 23:04:26 +01:00
Rename Project.
This commit is contained in:
parent
f465f7cade
commit
42718082a1
@ -1,4 +1,4 @@
|
|||||||
# Binary Kitchen: LDAP User Administration Portal
|
# Binary Kitchen: Directory Self-Service
|
||||||
|
|
||||||
## Overview
|
## Overview
|
||||||
|
|
||||||
|
@ -4,12 +4,12 @@
|
|||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<link href="static/css/bootstrap.min.css" type="text/css" rel="stylesheet">
|
<link href="static/css/bootstrap.min.css" type="text/css" rel="stylesheet">
|
||||||
<link href="static/css/style.css" type="text/css" rel="stylesheet">
|
<link href="static/css/style.css" type="text/css" rel="stylesheet">
|
||||||
<title>Binary Kitchen: LDAP User Administration Portal</title>
|
<title>Binary Kitchen: Directory Self-Service</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<header>
|
<header>
|
||||||
<img src="static/img/binary_kitchen.svg" alt="Binary Kitchen">
|
<img src="static/img/binary_kitchen.svg" alt="Binary Kitchen">
|
||||||
<h1>LDAP User Administration Portal</h1>
|
<h1>Directory Self-Service</h1>
|
||||||
</header>
|
</header>
|
||||||
<nav>
|
<nav>
|
||||||
<ul>
|
<ul>
|
||||||
@ -23,7 +23,7 @@
|
|||||||
{% endblock %}
|
{% endblock %}
|
||||||
</main>
|
</main>
|
||||||
<footer>
|
<footer>
|
||||||
<p>Binary Kitchen: LDAP User Administration Portal, <a href="https://github.com/moepman/bk-luap">source code</a> under MIT license, powered by <a href="http://flask.pocoo.org/">Flask</a> and <a href="http://getbootstrap.com/">Bootstrap</a></p>
|
<p>Binary Kitchen: Directory Self-Service, <a href="https://github.com/moepman/bk-diss">source code</a> under MIT license, powered by <a href="http://flask.pocoo.org/">Flask</a> and <a href="http://getbootstrap.com/">Bootstrap</a></p>
|
||||||
</footer>
|
</footer>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
Loading…
Reference in New Issue
Block a user