32 lines
1010 B
PHP
32 lines
1010 B
PHP
<x-cachet::cachet>
|
|
<x-cachet::header/>
|
|
|
|
<div class="mx-auto max-w-5xl px-4 py-10 sm:px-6 lg:px-8">
|
|
<div>
|
|
<h2 class="text-3xl font-semibold">About This Site</h2>
|
|
<div class="prose prose-zinc mt-1 dark:prose-invert prose-a:text-primary-500 prose-a:underline">
|
|
{{-- format-ignore-start --}}
|
|
<p>
|
|
This is the demo instance of <a href="https://cachethq.io/" target="_blank">Cachet</a>. The
|
|
open-source status page system.
|
|
</p>
|
|
{{-- format-ignore-end --}}
|
|
</div>
|
|
</div>
|
|
|
|
<div class="mt-6 space-y-10">
|
|
<x-cachet::status-bar/>
|
|
|
|
@foreach($componentGroups as $componentGroup)
|
|
<x-cachet::component-group :component-group="$componentGroup"/>
|
|
@endforeach
|
|
|
|
<x-cachet::maintenance/>
|
|
|
|
<x-cachet::incidents/>
|
|
</div>
|
|
</div>
|
|
|
|
<x-cachet::footer/>
|
|
</x-cachet::cachet>
|