Compare commits
No commits in common. '4efacfe64bd09cbb13154182038860b83708d828' and '6e8bd66c909049e39bcf27ff7330f401df453748' have entirely different histories.
4efacfe64b
...
6e8bd66c90
3 changed files with 1 additions and 22 deletions
@ -1,9 +0,0 @@
|
||||
LISP ?= sbcl
|
||||
|
||||
default: |
||||
$(LISP) --load src/index.lisp \
|
||||
--eval '(write-html-to-file)'
|
||||
|
||||
|
||||
.PHONY: default |
||||
.SILENT: default |
@ -1,12 +0,0 @@
|
||||
<html lang=en> |
||||
<head> |
||||
<meta charset=UTF-8> |
||||
<link rel=stylesheet href=style.css> |
||||
<body> |
||||
<div class=body> |
||||
<h1>welcome</h1> |
||||
<p>hello, im cath and i exist |
||||
</div> |
||||
</body> |
||||
</head> |
||||
</html> |
Loading…
Reference in new issue