From 35b9d7966bc31bc316bf81eab853be474e688b9c Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Fri, 24 Jan 2020 00:14:50 +0000 Subject: [PATCH] fix everything? --- .drone.yml | 12 ++++++++++++ README.md | 3 +++ http.go | 4 ++-- 3 files changed, 17 insertions(+), 2 deletions(-) create mode 100644 .drone.yml create mode 100644 README.md 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.