diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..81131d5 --- /dev/null +++ b/.drone.yml @@ -0,0 +1,12 @@ +kind: pipeline +name: default + +steps: +- name: docker + image: plugins/docker + settings: + username: xena + password: + from_secret: DOCKER_PASS + repo: xena/hlang + tags: latest diff --git a/README.md b/README.md new file mode 100644 index 0000000..843d30a --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# h + +https://h.christine.website diff --git a/http.go b/http.go index b95ba18..9977087 100644 --- a/http.go +++ b/http.go @@ -139,7 +139,7 @@ const indexTemplate = `

Simple

-

h has a simple grammar that gzips to 117 bytes. Creating a runtime environment for h is so trivial just about anyone can do it.

+

h has a simple grammar that gzips to 117 bytes. Creating a runtime environment for h is so trivial just about anyone can do it.


@@ -179,7 +179,7 @@ const indexTemplate = `

Open-Source

-

The h compiler and default runtime are open-source free software sent out into the Public Domain. You can use h for any purpose at all with no limitations or restrictions.

+

The h compiler and default runtime are open-source free software sent out into the Public Domain. You can use h for any purpose at all with no limitations or restrictions.