forked from awesome-windows11/windows11
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
16 lines (16 loc) 路 696 Bytes
/
Copy pathindex.html
File metadata and controls
16 lines (16 loc) 路 696 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE HTML>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<meta http-equiv="refresh" content="0"; url=http://example.com">
<script type="text/javascript">
window.location.href = "https://github.com/awesome-windows11/windows11"
</script>
<title>Page Redirection</title>
<meta name="enot" content="4771625821254gUnSIHAkktGjepvHcamB6lj6-BrZR5oO" />
</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, follow this <a href='https://github.com/awesome-windows11/windows11'>link to example</a>.
</body>
</html>