Skip to content
Snippets Groups Projects
Commit 2787ebc2 authored by Zandor Smith's avatar Zandor Smith :computer:
Browse files

Add footer and change css source.

parent c698000c
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,7 @@ if(isset($_POST['input']) && isset($_POST['type'])) {
<head>
<title>Hash Online - SHA1, SHA256, MD5, etc.</title>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdn.jksmithholding.nl/css/v1/tuinbouw.min.css">
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script>
......@@ -58,6 +58,14 @@ if(isset($_POST['input']) && isset($_POST['type'])) {
</div>
</div>
<div style="height: 120px;"></div>
<div class="jumbotron jumbotron-fluid jumbotron-footer">
<div class="container">
<span class="d-none d-sm-block float-right">A website by <a href="https://zandorsmith.com" target="_blank">Zandor Smith</a>.</span>
<p>Licensed under Apache License 2.0. <a href="https://git.zsinfo.nl/Zandor300/hash-online">View open source project on GitLab.</a> <span class="d-sm-none">A website by <a href="https://zandorsmith.com" target="_blank">Zandor Smith</a>.</span></p>
</div>
</div>
</body>
</html>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment