Compare commits
2 Commits
6e8bd66c90
...
4efacfe64b
Author | SHA1 | Date |
---|---|---|
nukashimika | 4efacfe64b | 2 years ago |
nukashimika | 533a2a7924 | 2 years ago |
3 changed files with 22 additions and 1 deletions
@ -0,0 +1,9 @@ |
|||||||
|
LISP ?= sbcl
|
||||||
|
|
||||||
|
default: |
||||||
|
$(LISP) --load src/index.lisp \
|
||||||
|
--eval '(write-html-to-file)'
|
||||||
|
|
||||||
|
|
||||||
|
.PHONY: default |
||||||
|
.SILENT: default |
@ -0,0 +1,12 @@ |
|||||||
|
<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