Skip to content

Commit 04b47c7

Browse files
authored
Improve formatting, English, and consistency (#115)
* improve formatting, English, and consistency * removed accreditation * clarify that xmake is not just a lua script
1 parent aa5c19b commit 04b47c7

23 files changed

+745
-716
lines changed

404.html

+6-1
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,14 @@
22
<html lang="en">
33
<head>
44
<script language="javascript" type="text/javascript">
5-
window.location.href='/#/guide/quickstart';
5+
window.location.href='/#/guide/quickstart';
66
</script>
77
</head>
88
<body>
9+
<noscript>
10+
<h1>404</h1>
11+
<p>We couldn't find the page you were looking for. Perhaps go to the
12+
<a href="/#/guide/quickstart">Quickstart Page</a>?</p>
13+
</noscript>
914
</body>
1015
</html>

0 commit comments

Comments
 (0)