diff options
author | pommicket <pommicket@gmail.com> | 2025-09-23 20:15:02 -0400 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2025-09-23 20:15:02 -0400 |
commit | c51b0e2d4d7371df9384c968ef1f8f79242e4019 (patch) | |
tree | 2577e610c271af43a969d36ec2a3a4a564fe4e88 /site | |
parent | ee57036c9cfdff27a81a38a9c5abc3b631f3a83c (diff) |
Icon
Diffstat (limited to 'site')
-rw-r--r-- | site/icon.png | bin | 0 -> 200822 bytes | |||
-rw-r--r-- | site/index.html | 4 |
2 files changed, 1 insertions, 3 deletions
diff --git a/site/icon.png b/site/icon.png Binary files differnew file mode 100644 index 0000000..16f3727 --- /dev/null +++ b/site/icon.png 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; |