mirror of
https://github.com/MonitorControl/MonitorControl.git
synced 2026-05-15 14:15:55 -06:00
Fix URL redirect for temporary webpage (#526)
This commit is contained in:
parent
79d0383a7b
commit
baf734cc0f
1 changed files with 4 additions and 4 deletions
|
|
@ -2,14 +2,14 @@
|
|||
<html lang="en-US">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta http-equiv="refresh" content="0; url=https://github.com/MonitorControl/MonitorControl/tree/experimental/apple-silicon#readme">
|
||||
<meta http-equiv="refresh" content="0; url=https://github.com/MonitorControl/MonitorControl#readme">
|
||||
<script type="text/javascript">
|
||||
window.location.href = "https://github.com/MonitorControl/MonitorControl/tree/experimental/apple-silicon#readme"
|
||||
window.location.href = "https://github.com/MonitorControl/MonitorControl#readme"
|
||||
</script>
|
||||
<title>MonitorControl - redirect</title>
|
||||
</head>
|
||||
<body>
|
||||
<!-- Note: don't tell people to `click` the link, just tell them that it is a link. -->
|
||||
If you are not redirected automatically, <a href='https://github.com/MonitorControl/MonitorControl/tree/experimental/apple-silicon#readme'>follow this link</a>!.
|
||||
If you are not redirected automatically, <a href='https://github.com/MonitorControl/MonitorControl#readme'>follow this link</a>!.
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue