Skip to content

Commit 641651d

Browse files
committed
Merge branch 'main' of https://github.com/interjs/interjs.github.io into en-docs
2 parents ffa6131 + 8c99983 commit 641651d

File tree

27 files changed

+1959
-1443
lines changed

27 files changed

+1959
-1443
lines changed

404.html

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<link rel="stylesheet" href="/style/all.css">
88
<link rel="shortcut icon" href="/images/Inter.png">
99
<script src="/script/all.js"></script>
10+
<script src="/script/inter.js"></script>
1011
<title>NOT FOUND - 404</title>
1112

1213
</head>
@@ -53,6 +54,9 @@
5354
<a href="/v2/tutorial/pt/lista">Lista</a>
5455
</li>
5556

57+
<li>
58+
<a href="/v2/tutorial/pt/reator">Reator</a>
59+
</li>
5660

5761
<li>
5862
<a href="/v2/tutorial/pt/ajax">Ajax</a>
@@ -61,13 +65,23 @@
6165
</nav> </aside>
6266

6367
<article>
64-
<div>
68+
<div id="404">
6569
<h1>Página não encontrada - 404</h1>
66-
<p>Infelizmente a página que você tentou acessar não foi encontrada.</p>
70+
<p>Infelizmente não foi encontrada nenhuma página em <span class="hl">{ path }</span>, certifique-se que o endereço esteja correcto.</p>
6771

6872

6973
</div>
7074
</article>
7175
</div>
76+
<script>
77+
78+
Ref({
79+
in: "404",
80+
data: {
81+
path: window.location.pathname
82+
}
83+
})
84+
85+
</script>
7286
</body>
7387
</html>

codemirror/css/index.html

Lines changed: 0 additions & 72 deletions
This file was deleted.

codemirror/index.html

Lines changed: 0 additions & 72 deletions
This file was deleted.

codemirror/js/index.html

Lines changed: 0 additions & 163 deletions
This file was deleted.

images/Thumbs.db

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)