mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-24 06:30:03 +08:00
ba59ca2520
squash and merged
17 lines
385 B
Markdown
17 lines
385 B
Markdown
---
|
|
title: "404"
|
|
permalink: /404
|
|
---
|
|
|
|
{% if page.language == "cn" %}
|
|
|
|
## Oops! 你所访问的页面不存在!
|
|
> 你可以返回 [首页](https://spacevim.org/cn/) 阅读 [中文博客](https://spacevim.org/cn/blog/)
|
|
|
|
{% else %}
|
|
|
|
## Oops! The page you requested was not found!
|
|
> you can go to [home](https://spacevim.org) or checkout [Blogs](https://spacevim.org/blog/)
|
|
|
|
{% endif %}
|