Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion flask_logging_server/templates/landing.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,14 @@ <h1>Welcome to DICOMHawk</h1>
</ul>
</nav>
<footer>
<p>&copy; 2024 DICOMHawk. All rights reserved.</p>
<div style="display: flex; justify-content: space-between; align-items: center; padding: 0 20px;">
<p>&copy; 2024 DICOMHawk. All rights reserved.</p>
<div style="display: flex; gap: 20px;">
<a href="https://github.com/honeynet/DICOMHawk" style="color: white; text-decoration: none;" target="_blank">GitHub</a>
<a href="https://github.com/honeynet/DICOMHawk#readme" style="color: white; text-decoration: none;" target="_blank">Documentation</a>
<span>v1.0.0</span>
</div>
</div>
</footer>
</div>
<script>
Expand Down