File tree 2 files changed +25
-2
lines changed
2 files changed +25
-2
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ layout : redirected
3
+ sitemap : false
4
+ redirect_to :
5
+ - http://docs.parseplatform.org/
6
+ ---
7
+ <html >
8
+ <head >
9
+ <script >
10
+ var path = location .pathname .replace (' /docs/' , ' ' ) || ' ' ;
11
+ var hash = location .hash || ' ' ;
12
+ redirect_to = ' {{ page.redirect_to }}' + path + hash;
13
+ </script >
14
+ <link rel =" canonical " href =" {{ page.redirect_to }} " />
15
+ <meta http-equiv =" content-type " content =" text/html; charset=utf-8 " />
16
+ <meta http-equiv =" refresh " content =" 0;url={{ page.redirect_to }} " />
17
+ </head >
18
+ <body >
19
+ <h1>Redirecting...</h1>
20
+ <a href="{{ page.redirect_to }}">Click here if you are not redirected<a>
21
+ <script>
22
+ location = redirect_to;
23
+ </script>
24
+ </body >
25
+ </html >
Original file line number Diff line number Diff line change 3
3
slug: Parse + Open Source
4
4
---
5
5
6
- {% include contactus.html %}
7
-
8
6
<!-- Parse Server section -->
9
7
< section class ="parseServer " id ="server ">
10
8
< h3 > Parse Server</ h3 >
You can’t perform that action at this time.
0 commit comments