Skip to content

Instantly share code, notes, and snippets.

View trueluckdude's full-sized avatar

The Dude trueluckdude

View GitHub Profile
<!-- 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;