-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
17 lines (17 loc) · 916 Bytes
/
index.html
File metadata and controls
17 lines (17 loc) · 916 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="utf-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
<meta name="viewport" content="width=device-width,initial-scale=1"/>
<title>Ruby on Rails 教程</title>
<meta http-equiv="refresh" content="10; url=https://flapybooks.com/products/railstutorial6th"/>
<script type="text/javascript">
setTimeout(function(){location.href="https://flapybooks.com/products/railstutorial6th"} , 10000);
</script>
</head>
<body>
<p>《Ruby on Rails 教程》网站已经迁移,本页面将在 10 秒后自动重定向到新的地址。</p>
<p>如果您的浏览器没有自动重定向,请点击 URL:<a href="https://flapybooks.com/products/railstutorial6th" title="Ruby on Rails 教程">https://flapybooks.com/products/railstutorial6th</a></p>
</body>
</html>