[READ-ONLY] Mirror of https://github.com/shuuji3/eng-practices. Stub redirector for legacy URL of "Google's Engineering Practices Documentation Japanese Translation" shuuji3.github.io/eng-practices
0

Configure Feed

Select the types of activity you want to include in your feed.

eng-practices / index.html
347 B 10 lines
1<!DOCTYPE html> 2<html> 3 <head> 4 <title>Redirecting...</title> 5 <meta http-equiv="refresh" content="0;URL='https://google-engineering-practices.translation.shuuji3.xyz/'" /> 6 </head> 7 <body> 8 <p><a href="https://google-engineering-practices.translation.shuuji3.xyz/">Redirecting...</a></p> 9 </body> 10</html>