Skip to content

Commit

Permalink
old page redirect to new one
Browse files Browse the repository at this point in the history
  • Loading branch information
copperdevs committed Feb 8, 2024
1 parent 7d4d58c commit a08820d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions src/pages/sensitivity.astro
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
import PageMeta from "../components/PageMeta.astro";
import PageLayout from "../layouts/PageLayout.astro";
import { SITE_TITLE } from "../config";
---

<PageLayout>
<PageMeta title={`${SITE_TITLE}`} slot="meta" />
<Fragment slot="main">
<script>
window.location.href = "https://copperdevs.github.io/havoc-tools/tools/sensitivity-calculator/"
</script>
</Fragment>
</PageLayout>
2 changes: 1 addition & 1 deletion src/pages/tools/sensitivity-calculator.astro
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ import SensitivityCalculatorLogic from "../../components/Tools/SensitivityCalcul

<br />

<label for="unitselector">Unit -</label>
<label for="unitselector">Unit - </label>
<select id="unitselector" oninput="showUnitSelectorContent(this.value);">
<option value="unitselector-inches">Inches</option>
<option value="unitselector-centimeters">Centimeters</option>
Expand Down

0 comments on commit a08820d

Please sign in to comment.