master @ 16 LINES
[ HISTORY ] [ UP ]
┌─ ASTRO ────────────────────────────────────────────────────────────────────┐
│ --- │
│ import SimulationLayout from "../../layouts/SimulationLayout.astro"; │
│ --- │
│ │
│ <SimulationLayout title="Simulations" description="Redirecting..."> │
│ <div class="card"> │
│ <p>Redirecting to benchmarks...</p> │
│ </div> │
│ <script is:inline> │
│ (function () { │
│ var url = new URL(window.location.href); │
│ window.location.replace("/simulation/benchmark" + url.search); │
│ })(); │
│ </script> │
│ </SimulationLayout> │
└────────────────────────────────────────────────────────────────────────────────────┘
┌─ ASTRO ──────────────────────────────┐
│ --- │
│ import SimulationLayout from "../../layouts/ │
│ SimulationLayout.astro"; │
│ --- │
│ │
│ <SimulationLayout title="Simulations" descri │
│ ption="Redirecting..."> │
│ <div class="card"> │
│ <p>Redirecting to benchmarks...</p> │
│ </div> │
│ <script is:inline> │
│ (function () { │
│ var url = new URL(window.location.href │
│ ); │
│ window.location.replace("/simulation/b │
│ enchmark" + url.search); │
│ })(); │
│ </script> │
│ </SimulationLayout> │
└──────────────────────────────────────────────┘
──────────────────────────────────────────────────────────────────────────────────────
OOKNET
────────────────────────────────────────────────
OOKNET