mirror of
https://github.com/MonitorControl/MonitorControl.git
synced 2026-05-15 22:01:08 -06:00
22 lines
666 B
HTML
22 lines
666 B
HTML
<!DOCTYPE html>
|
|
<html lang="en-US">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<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#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#readme"
|
|
>follow this link</a
|
|
>!
|
|
</body>
|
|
</html>
|