open-design/skills/html-ppt/templates/single-page/thanks.html
marco 5dd70b5016
Some checks failed
ci / Validate workspace (push) Successful in 12m32s
landing-page-ci / Validate landing page (push) Successful in 9m41s
landing-page-deploy / Deploy landing page (push) Failing after 5m23s
github-metrics / Generate repository metrics SVG (push) Failing after 2m3s
refresh-contributors-wall / Refresh contributors wall cache bust (push) Failing after 11s
Initial import: open-design source for helix-mind.ai distribution
This repository contains the open-design daemon CLI source code, built
and packaged at https://helix-mind.ai/cli/open-design/latest.tgz for use
by the HelixMind /design slash command.

Licenses: Apache-2.0 (root) + MIT (skills/*)
2026-05-06 20:50:24 +02:00

22 lines
1.1 KiB
HTML

<!DOCTYPE html>
<html lang="zh-CN"><head><meta charset="utf-8"><title>Thanks</title>
<link rel="stylesheet" href="../../assets/fonts.css">
<link rel="stylesheet" href="../../assets/base.css">
<link rel="stylesheet" id="theme-link" href="../../assets/themes/minimal-white.css">
<link rel="stylesheet" href="../../assets/animations/animations.css">
</head><body class="single">
<div class="deck"><section class="slide is-active center tc" data-title="Thanks">
<div>
<div class="anim-confetti-burst" style="display:inline-block;padding:40px"></div>
<h1 class="h1 anim-fade-up" data-anim="fade-up" style="font-size:180px;line-height:1"><span class="gradient-text">Thanks</span></h1>
<p class="lede" style="margin:18px auto 0">愿你每一次上台,都少一点紧张,多一点从容。</p>
<div class="row mt-l" style="justify-content:center;gap:32px">
<div class="dim"><b>lewis</b> · sudolewis@gmail.com</div>
<div class="dim">github.com/lewis/html-ppt</div>
<div class="dim">2026 · MIT</div>
</div>
</div>
</section></div>
<script src="../../assets/runtime.js"></script>
</body></html>