mirror of
https://github.com/Noratrieb/std-internal-docs.git
synced 2026-01-14 17:45:03 +01:00
43 lines
912 B
HTML
43 lines
912 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<meta http-equiv="refresh" content="0; url=/x86_64-unknown-linux-gnu/std" />
|
|
<title>std internal docs</title>
|
|
<style>
|
|
html {
|
|
background-color: #353535;
|
|
color: white;
|
|
}
|
|
|
|
a {
|
|
color: lightblue;
|
|
}
|
|
|
|
html,
|
|
body,
|
|
.outer {
|
|
height: 100%;
|
|
width: 100%;
|
|
}
|
|
|
|
.outer {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
</style>
|
|
<script>
|
|
window.location = "/x86_64-unknown-linux-gnu/std"
|
|
</script>
|
|
</head>
|
|
<body>
|
|
<div class="outer">
|
|
<div class="inner">
|
|
redirecting to
|
|
<a href="/x86_64-unknown-linux-gnu/std">/x86_64-unknown-linux-gnu</a>...
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|