Skip to content

Commit de5ea96

Browse files
committedDec 15, 2023
moved images + added screenshot
1 parent 44310fa commit de5ea96

File tree

4 files changed

+3
-1
lines changed

4 files changed

+3
-1
lines changed
 

‎.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
2+
.DS_Store

‎img/screenshot.png

115 KB
Loading

‎zeehaven.png ‎img/zeehaven.png

File renamed without changes.

‎index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383

8484
<h1>zeehaven</h1>
8585
<h2>convert <a href="https://github.com/digitalmethodsinitiative/zeeschuimer" target="_blank">zeeschuimer</a> ndjson to csv</h2>
86-
<img src="zeehaven.png" width="60%">
86+
<img src="img/zeehaven.png" width="60%">
8787

8888
<div id="output"
8989
ondragenter="document.getElementById('output').textContent = ''; event.stopPropagation(); event.preventDefault();"

0 commit comments

Comments
 (0)
Please sign in to comment.