mirror of
https://github.com/sigmasternchen/Diary
synced 2025-03-15 07:08:56 +00:00
Added Links to the GitHub Project!
This commit is contained in:
parent
5a0cfb05ce
commit
96d949a1c2
3 changed files with 3 additions and 3 deletions
|
@ -10,7 +10,7 @@
|
|||
<div class="dot centered">
|
||||
<div id="mainContainer">
|
||||
<div id="header">
|
||||
<h1>Diary {{ diary.name }}</h1>
|
||||
<h1><a href="http://git.benary.org/Diary">Diary {{ diary.name }}</a></h1>
|
||||
<div id="logout">
|
||||
<a href="{{ url_for('logout') }}">Logout</a><br />
|
||||
<a href="{{ url_for('index') }}">Diary-List</a>
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
<div class="dot centered">
|
||||
<div id="mainContainer">
|
||||
<div id="header">
|
||||
<h1>Diarys</h1>
|
||||
<h1><a href="http://git.benary.org/Diary">Diary</a></h1>
|
||||
<div id="logout">
|
||||
<a href="{{ url_for('logout') }}">Logout</a>
|
||||
</div>
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
<div class="dot centered">
|
||||
<div id="mainContainer">
|
||||
<div id="header">
|
||||
<h1>Diary</h1>
|
||||
<h1><a href="http://git.benary.org/Diary">Diary</a></h1>
|
||||
</div>
|
||||
<div id="contentContainer">
|
||||
<form method="POST">
|
||||
|
|
Loading…
Reference in a new issue