Skip to content

Commit 1d407ab

Browse files
authored
Update antora-playbook.yml
Signed-off-by: Jeff Scheel <[email protected]>
1 parent f29cc2e commit 1d407ab

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

antora/antora-playbook.yml

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,22 @@ ui:
138138
supplemental_files:
139139
- path: .nojekyll
140140
- path: index.html
141-
contents: supplemental-ui/index.html
141+
contents: |
142+
<!DOCTYPE HTML>
143+
<html lang="en-US">
144+
<head>
145+
<meta charset="UTF-8">
146+
<meta http-equiv="refresh" content="0; url=https://riscv-admin.github.io/antora-dev.riscv.org/reference/isa/">
147+
<!--<script type="text/javascript">
148+
window.location.href = "http://example.com"
149+
</script>--->
150+
<title>Page Redirection</title>
151+
</head>
152+
<body>
153+
<!-- Note: don't tell people to `click` the link, just tell them that it is a link.
154+
If you are not redirected automatically, follow this <a href='http://example.com'>link to example</a>.-->
155+
</body>
156+
</html>
142157
- path: ui.yml
143158
contents: |
144159
static_files:

0 commit comments

Comments
 (0)