forked from moepman/bk-dss
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
|
||||
|
||||
|
@ -4,12 +4,12 @@
|
||||
<meta charset="UTF-8">
|
||||
<link href="static/css/bootstrap.min.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>
|
||||
<body>
|
||||
<header>
|
||||
<img src="static/img/binary_kitchen.svg" alt="Binary Kitchen">
|
||||
<h1>LDAP User Administration Portal</h1>
|
||||
<h1>Directory Self-Service</h1>
|
||||
</header>
|
||||
<nav>
|
||||
<ul>
|
||||
@ -23,7 +23,7 @@
|
||||
{% endblock %}
|
||||
</main>
|
||||
<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>
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
Reference in New Issue
Block a user