-
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) · 1.08 KB
/
index.html
File metadata and controls
22 lines (22 loc) · 1.08 KB
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">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Vienna Mapping - Moved to KaHIP</title>
<meta http-equiv="refresh" content="5;url=https://github.com/KaHIP">
<style>
body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif; max-width: 600px; margin: 80px auto; padding: 0 20px; color: #24292e; text-align: center; }
h1 { font-size: 1.5em; }
a { color: #0366d6; text-decoration: none; }
a:hover { text-decoration: underline; }
.redirect { color: #586069; margin-top: 2em; }
</style>
</head>
<body>
<h1>Vienna Mapping has moved to KaHIP</h1>
<p>All repositories (VieM, mpicartreorderlib) are now part of the <a href="https://github.com/KaHIP">KaHIP</a> organization.</p>
<p><a href="https://github.com/KaHIP/VieM">KaHIP/VieM</a> · <a href="https://github.com/KaHIP/mpicartreorderlib">KaHIP/mpicartreorderlib</a></p>
<p class="redirect">Redirecting to <a href="https://github.com/KaHIP">github.com/KaHIP</a> in 5 seconds...</p>
</body>
</html>