diff options
| author | 2026-02-08 23:36:11 -0800 | |
|---|---|---|
| committer | 2026-02-08 23:36:11 -0800 | |
| commit | 87fa6807ea6a35c812b86c4702a150eb39012177 (patch) | |
| tree | d5a9ef67d85f1d180f116af3454b37749476e84f | |
| parent | 87b8104dc6a1b2ffeb4aa92f8b1301495768db82 (diff) | |
| download | lezer-87fa6807ea6a35c812b86c4702a150eb39012177.tar.gz lezer-87fa6807ea6a35c812b86c4702a150eb39012177.zip | |
Change title
| -rw-r--r-- | src/view/main.phel | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/main.phel b/src/view/main.phel index ddff28e..419f1dc 100644 --- a/src/view/main.phel +++ b/src/view/main.phel @@ -7,7 +7,7 @@ [:meta {:name "viewport" :content "width=device-width, initial-scale=1"}] [:link {:rel "stylesheet" :href "./css/style.css"}] [:link {:rel "icon" :type "image/png" :href "./images/favicon-32.png"}] - [:title "Phel-lang"]]) + [:title "Lezer"]]) (def- logo [:div {:class "logo"} |
