Files
Module-HTTPD/src/main/resources/httpd/schematic_upload_bad.html
T
2026-05-17 18:34:49 -04:00

19 lines
723 B
HTML

Schematics
SCHEMATICS
<section class="rise">
<h1 class="text-3xl font-medium tracking-tight md:text-4xl">Upload schematic</h1>
</section>
<div class="rise rise-1 ring-card mt-6 flex items-start gap-3 rounded-2xl bg-card p-4">
<svg class="mt-0.5 size-5 shrink-0 text-destructive" aria-hidden="true"><use href="#i-alert"/></svg>
<p class="text-sm text-muted-foreground">${MESSAGE}</p>
</div>
<div class="rise rise-2 mt-4">
<a href="/api/schematics/upload/"
class="inline-flex h-9 items-center gap-1.5 rounded-full bg-muted px-4 text-sm font-medium transition-colors hover:bg-secondary">
<svg class="size-3.5" aria-hidden="true"><use href="#i-upload"/></svg>
Try again
</a>
</div>