Skip to content

Commit

Permalink
FIX decrease redirect delay in initial index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
hepabolu committed Jul 15, 2024
1 parent 5086336 commit 4410688
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<meta name="generator" content="Asciidoctor 2.0.10">
<meta name="author" content="Bart Busschots">
<meta name="copyright" content="CC-BY-NC-ND 4.0">
<meta http-equiv="refresh" content="3; URL=https://ttt.bartificer.net/book.html">
<meta http-equiv="refresh" content="1; URL=book.html">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png?v=ngjgngJqzr">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png?v=ngjgngJqzr">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png?v=ngjgngJqzr">
Expand All @@ -18,6 +18,11 @@
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
<title>Taming the Terminal</title>
<script>
var timer = setTimeout(function() {
window.location='book.html'
}, 500);
</script>
</head>

<body class="book toc2 toc-left">
Expand Down

0 comments on commit 4410688

Please sign in to comment.