diff options
Diffstat (limited to 'blog/lisp')
-rw-r--r-- | blog/lisp/episode1.html | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/blog/lisp/episode1.html b/blog/lisp/episode1.html new file mode 100644 index 0000000..72c5b97 --- /dev/null +++ b/blog/lisp/episode1.html @@ -0,0 +1,29 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" +"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> +<head> +<!-- 2023-12-17 Sun 19:04 --> +<meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> +<meta name="viewport" content="width=device-width, initial-scale=1" /> +<title>Learn Lisp With me. Episode 1</title> +<meta name="author" content="Crystal" /> +<meta name="generator" content="Org Mode" /> +<link rel="stylesheet" type="text/css" href="../../../src/css/colors.css"/> +<link rel="stylesheet" type="text/css" href="../../../src/css/style.css"/> +<link rel="icon" type="image/x-icon" href="https://crystal.tilde.institute/favicon.png"> +</head> +<body> +<div id="org-div-home-and-up"> + <a accesskey="h" href="../index.html"> UP </a> + | + <a accesskey="H" href="https://crystal.tilde.institute/"> HOME </a> +</div><div id="content" class="content"> +<h1 class="title">Learn Lisp With me. Episode 1</h1> +</div> +<div id="postamble" class="status"> +<p class="author">Author: Crystal</p> +<p class="date">Created: 2023-12-17 Sun 19:04</p> +</div> +</body> +</html> |