all repos — hex @ aa3856c3f61ef8d82197c5fe6b77619cf86284b2

A tiny, minimalist, slightly-esoteric concatenative programming lannguage.

Merge branch 'master' of github.com:h3rald/hex
h3rald h3rald@h3rald.com
Thu, 05 Dec 2024 15:42:39 +0100
commit

aa3856c3f61ef8d82197c5fe6b77619cf86284b2

parent

fa64e719771314d7af31bfcf752319a5ba1f588d

3 files changed, 6 insertions(+), 7 deletions(-)

jump to
M MakefileMakefile

@@ -23,7 +23,6 @@

.PHONY: clean clean: rm hex - rm -r web/out/ .PHONY: test test:
M web/assets/styles.cssweb/assets/styles.css

@@ -1,8 +1,8 @@

html { margin: 0; padding: 0; - font-size: 12px; - line-height: 16px; + font-size: 14px; + line-height: 18px; } body {
M web/templates/page.htmlweb/templates/page.html

@@ -15,10 +15,10 @@

<body> <header> <pre> - _*_ _ - / \<h1><a href="/">hex</a></h1>\* programming language - *\_/_/_/ - * + _*_ _ + / \<h1><a href="/">hex</a></h1>\* programming language +*\_/_/_/ + * </pre> </header> <nav>