60f886bf7a
Integriert das RAPPORT-Hosting-Angebot direkt in die bestehende Hugo-Seite
(gleicher openbureau/Hextra-Look):
- /hosting Marketing-Landing (Hero, Feature-Grid)
- /hosting-preise Abo-Übersicht (Plans aus /api/billing/plans)
- /login /register /konto Vanilla-JS-Seiten (layouts/hosting.html +
static/js/hosting-app.js), sprechen NUR mit /api
- custom.css: Karten-/Formular-/Plan-Styles im RAPPORT-Token-Set
- Navbar: 'Hosting' + 'Anmelden'
Bleibt sauber AGPL: kein Backend-Code, nur fetch('/api'). Das proprietäre
Backend (Auth/Stripe/Provisioning) liegt in RAPPORT-HOST.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
9 lines
229 B
HTML
9 lines
229 B
HTML
{{ define "main" }}
|
|
<div class="hosting-wrap">
|
|
<div id="hosting-root"
|
|
data-page="{{ .Params.hostingpage }}"
|
|
data-title="{{ .Title }}"></div>
|
|
</div>
|
|
<script src="/js/hosting-app.js"></script>
|
|
{{ end }}
|