forked from MonitorControl/MonitorControl
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
22 lines (22 loc) · 666 Bytes
/
index.html
File metadata and controls
22 lines (22 loc) · 666 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!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>