2024-10-30 14:23:45 +07:00
|
|
|
package views
|
|
|
|
|
|
|
|
templ AddNode() {
|
2024-10-31 16:28:51 +07:00
|
|
|
<!-- Hero -->
|
|
|
|
<section class="relative overflow-hidden pt-6">
|
2024-11-04 18:02:24 +07:00
|
|
|
@heroGradient()
|
2024-10-31 16:28:51 +07:00
|
|
|
<div class="relative z-10">
|
|
|
|
<div class="max-w-4xl mx-auto px-4 sm:px-6 lg:px-8 py-10 lg:py-16">
|
|
|
|
<div class="text-center">
|
|
|
|
<!-- Title -->
|
|
|
|
<div class="mt-5">
|
|
|
|
<h1 class="block font-extrabold text-4xl md:text-5xl lg:text-6xl text-neutral-200">Add Monero Node</h1>
|
|
|
|
</div>
|
|
|
|
<!-- End Title -->
|
|
|
|
<div class="mt-5">
|
|
|
|
<p class="text-lg text-neutral-300">You can use this page to add known remote node to the system so my bots can monitor it.</p>
|
|
|
|
</div>
|
|
|
|
<hr class="mt-6"/>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</section>
|
|
|
|
<!-- End Hero -->
|
2024-10-30 14:23:45 +07:00
|
|
|
}
|