Skip to content

Instantly share code, notes, and snippets.

View PerfectComputerSolutionsNP's full-sized avatar

Perfect Computer Solutions PerfectComputerSolutionsNP

View GitHub Profile
@PerfectComputerSolutionsNP
PerfectComputerSolutionsNP / countdown-redirect.html
Created October 3, 2018 01:12 — forked from Joel-James/countdown-redirect.html
Count Down Redirect Uisng JavaScript
<!-- Modify this according to your requirement -->
<h3>
Redirecting to duckdev.com after <span id="countdown">10</span> seconds
</h3>
<!-- JavaScript part -->
<script type="text/javascript">
// Total seconds to wait
var seconds = 10;