]> git.ekhem.eu.org Git - website.git/commitdiff
Use git logo as bullet.
authorJakub Czajka <jakub@ekhem.eu.org>
Sun, 18 Jun 2023 15:50:41 +0000 (17:50 +0200)
committerJakub Czajka <jakub@ekhem.eu.org>
Sun, 18 Jun 2023 15:53:22 +0000 (17:53 +0200)
index.html
media/git.png [new file with mode: 0644]

index 5d2dcb72048df0bd8db1c7f3ce80b148b8f2de23..1bd81a93a986bb705c2c1a9f306dcccaf8761dbf 100644 (file)
@@ -24,6 +24,9 @@
       list-style-type: none;
       padding-left: 15px;
     }
+    li img {
+      height: 1em;
+    }
   </style>
 </head>
 <body>
@@ -41,6 +44,7 @@
   <hr/>
   <ul>
     <li>
+      <img src="media/git.png" alt="git">
       <a href="https://git.ekhem.eu.org">Projects</a>
     </li>
   </ul>
diff --git a/media/git.png b/media/git.png
new file mode 100644 (file)
index 0000000..51f4ae5
Binary files /dev/null and b/media/git.png differ