maestro/bench/fixtures/web/announcement.html
clade 7049a874f3 feat: initial public release (MAESTRO v0.1.0)
Open-source release of MAESTRO, an agent orchestration platform that runs
LLM-driven tasks through sandboxed tools, with a web UI. Apache-2.0.
See README.md and docs/ (getting-started, configuration, architecture).
2026-06-03 04:01:14 +00:00

23 lines
765 B
HTML

<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="utf-8">
<title>2026年4月 社内発表</title>
</head>
<body>
<h1>2026年4月 社内発表</h1>
<section>
<h2>新製品 ProductG 発表</h2>
<p>当社は新製品 <strong>ProductG</strong> の正式販売を開始します。市場投入は <strong>2026年Q2</strong> を予定しています。</p>
</section>
<section>
<h2>研究開発投資の増額</h2>
<p>2026 会計年度の R&amp;D 予算を前年比 <strong>15%</strong> 増額することが取締役会で承認されました。</p>
</section>
<section>
<h2>新オフィス開設</h2>
<p>東京・大阪・福岡の 3 拠点に加え、新たに名古屋オフィスを 2026年6月 に開設します。</p>
</section>
</body>
</html>