wiki/_layouts/redirect.html
Pk11 c140c060c1 Move manual 3DS instructions to the main 3DS page
The old page is kept as a redirect for now
2021-01-22 23:57:49 -06:00

12 lines
282 B
HTML

---
layout: compress
---
<!DOCTYPE html>
<html lang="{{ page.collection | default: "en-US" }}" {% if site.data.rtl contains page.collection %}dir="rtl"{% endif %}>
<head>
<meta http-equiv="refresh" content="0; URL={{ page.destination }}">
{% include head.html %}
</head>
</html>