Skip to content

Commit

Permalink
add link to new webinterface (WIP)
Browse files Browse the repository at this point in the history
  • Loading branch information
SciLor committed Apr 12, 2024
1 parent 84b60c8 commit 85d26ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contrib/data/www/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -733,6 +733,7 @@ <h4 style={{ marginLeft: `${index * 10}px`, marginTop: "10px", marginBottom: "10
return (
<div className="tile time-tile">
<h3>{this.props.name} Time: {this.props.time}</h3>
<a href="/web" target="_blank">Check out the new /web-interface (WIP)</a>
</div>
);
}
Expand Down

0 comments on commit 85d26ce

Please sign in to comment.