mirror of
https://github.com/percona/pg_stat_monitor.git
synced 2026-02-04 14:06:20 +00:00
Set default version to master with mike 1.1.2
This commit is contained in:
16
index.html
Normal file
16
index.html
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<title>Redirecting</title>
|
||||||
|
<noscript>
|
||||||
|
<meta http-equiv="refresh" content="1; url=master/" />
|
||||||
|
</noscript>
|
||||||
|
<script>
|
||||||
|
window.location.replace("master/" + window.location.hash);
|
||||||
|
</script>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
Redirecting to <a href="master/">master/</a>...
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
Reference in New Issue
Block a user