summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2025-09-23 20:15:02 -0400
committerpommicket <pommicket@gmail.com>2025-09-23 20:15:02 -0400
commitc51b0e2d4d7371df9384c968ef1f8f79242e4019 (patch)
tree2577e610c271af43a969d36ec2a3a4a564fe4e88
parentee57036c9cfdff27a81a38a9c5abc3b631f3a83c (diff)
Icon
-rw-r--r--site/icon.pngbin0 -> 200822 bytes
-rw-r--r--site/index.html4
2 files changed, 1 insertions, 3 deletions
diff --git a/site/icon.png b/site/icon.png
new file mode 100644
index 0000000..16f3727
--- /dev/null
+++ b/site/icon.png
Binary files differ
diff --git a/site/index.html b/site/index.html
index b3b96de..4844b58 100644
--- a/site/index.html
+++ b/site/index.html
@@ -1,7 +1,4 @@
<!DOCTYPE html>
-<!--TODO:
-- make icon
--->
<html lang="en">
<head>
<meta charset="utf-8">
@@ -22,6 +19,7 @@
to minimize confusion and to make it easier to write a parser for it.
For example, the official Python library is under 600 lines of code, including documentation.
</p>
+ <img width="256" height="256" src="/icon.png" loading="lazy" alt="" title="The POM logo (from Dogs of all Nations, 1915)">
<p>
At its core, a POM configuration is an association between keys and values.
Keys are string identifiers chosen by the application to refer to settings in the configuration;