We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e716fe commit 02b05feCopy full SHA for 02b05fe
src/dvsim/templates/reports/redirect.html
@@ -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