generated from Code-Institute-Org/gitpod-full-template
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
24 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
|
||
{% extends "base.html" %} | ||
{% block content %} | ||
<div class="row justify-content-center"> | ||
<div class="card mt-5 shadow" style="width: 18rem;"> | ||
<img src="https://raymanpc.com/wiki/script-en/images/1/15/Admin.png" class="card-img-top" alt="admin card photo"> | ||
<div class="card-body"> | ||
<h5 class="card-title">Hi there, Admin.</h5> | ||
<p class="card-text"> | ||
There are currently no tools for admins, this is simply here as a place to put potential future tools. | ||
However, accessing this part of the site should at least give you a slight feeling of exclusivity! Hurray! | ||
</p> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
{% endblock %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters