diff options
author | return42 <markus.heiser@darmarIT.de> | 2025-01-10 07:15:40 +0000 |
---|---|---|
committer | return42 <markus.heiser@darmarIT.de> | 2025-01-10 07:15:40 +0000 |
commit | bf98d6b3f17d56ff760d9da5e5b4858ea104ffa9 (patch) | |
tree | 67261a258d820bf1272e33547b975e20acdfe61e /_images/hello.dot | |
download | searxng-bf98d6b3f17d56ff760d9da5e5b4858ea104ffa9.tar.gz searxng-bf98d6b3f17d56ff760d9da5e5b4858ea104ffa9.zip |
[doc] build from commit 94a0b415ef587e013df9e7350667b752a3822e90gh-pages
Diffstat (limited to '_images/hello.dot')
-rw-r--r-- | _images/hello.dot | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/_images/hello.dot b/_images/hello.dot new file mode 100644 index 000000000..504621dfc --- /dev/null +++ b/_images/hello.dot @@ -0,0 +1,3 @@ +graph G { + Hello -- World +} |