feat: add disinto.ai landing page to repo (#91)
## Summary - Move the static landing page from the standalone `disinto-site` directory into `site/` so it lives in the repo - Includes `index.html`, optimized images (`al76.jpg`, `al76.webp`), and the original magazine cover (`amazing-stories-1942.jpg`) - Skipped the large `al76.png` (3MB) since the HTML only references the `.jpg` and `.webp` versions ## Test plan - [ ] Verify `site/index.html` renders correctly when served - [ ] Confirm images load properly with relative paths 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: openhands <openhands@all-hands.dev> Reviewed-on: https://codeberg.org/johba/disinto/pulls/91 Co-authored-by: review_bot <review_bot@noreply.codeberg.org> Co-committed-by: review_bot <review_bot@noreply.codeberg.org>
This commit is contained in:
parent
afdcdeb78f
commit
ee881086d3
6 changed files with 403 additions and 4 deletions
|
|
@ -1,5 +1,5 @@
|
|||
<div align="center">
|
||||
<img src="al76.png" alt="A tiny robot commanding a mountain-eating machine" width="600">
|
||||
<img src="site/al76.jpg" alt="A tiny robot commanding a mountain-eating machine" width="600">
|
||||
<br><br>
|
||||
|
||||
# Disinto
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue