danix
's git repository
home
/
my projects
/
gitweb-theme-danix.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6ee6f49
)
fixed typo in header
author
danix
<danix@danix.xyz>
Sun, 26 Feb 2023 19:07:32 +0000
(20:07 +0100)
committer
danix
<danix@danix.xyz>
Sun, 26 Feb 2023 19:07:32 +0000
(20:07 +0100)
header.html
patch
|
blob
|
blame
|
history
diff --git
a/header.html
b/header.html
index
637b35f
..
1cb1194
100644
(file)
--- a/
header.html
+++ b/
header.html
@@
-1,6
+1,6
@@
<div class="site-header">
<h1>
- <img src="static/git-logo.png" alt="danix" class="site-logo">
+ <img src="static/git-logo.png" alt="danix" class="site-logo"
/
>
<span class="evident">danix</span>'s git repository
</h1>
</div>