Skip to content

Commit 02b05fe

Browse files
committed
feat: redirect template
Signed-off-by: James McCorrie <[email protected]>
1 parent 6e716fe commit 02b05fe

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
<!--
2+
# Copyright lowRISC contributors (OpenTitan project).
3+
# Licensed under the Apache License, Version 2.0, see LICENSE for details.
4+
# SPDX-License-Identifier: Apache-2.0
5+
6+
-->
7+
<!DOCTYPE HTML>
8+
<html lang="en-US">
9+
<head>
10+
<meta charset="UTF-8">
11+
<meta http-equiv="refresh" content="0; url=${url}">
12+
<script type="text/javascript">
13+
window.location.href = "${url}"
14+
</script>
15+
<title>Page Redirection</title>
16+
</head>
17+
<body>
18+
If you are not redirected automatically,
19+
follow this <a href='${url}'>link</a>.
20+
</body>
21+
</html>
22+

0 commit comments

Comments
 (0)