You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 25, 2025. It is now read-only.
<h1class="page">{{{orpage.title'Page Not Found'}}}</h1>
3
-
<divclass="paragraph">
4
-
<p>The page you’re looking for does not exist. It may have been moved. You can{{#withsite.homeUrl}} return to the <ahref="{{{this}}}">start page</a>, or{{/with}} follow one of the links in the navigation to the left.</p>
5
-
</div>
6
-
<divclass="paragraph">
7
-
<p>If you arrived on this page by clicking on a link, please notify the owner of the site that the link is broken.
8
-
If you typed the URL of this page manually, please double check that you entered the address correctly.</p>
9
-
</div>
1
+
<pre>{{logpage}}</pre>
2
+
<article
3
+
class="doc"
4
+
style="
5
+
text-align: center;
6
+
height: 75vh;
7
+
display: grid;
8
+
place-items: center;
9
+
place-content: center;
10
+
"
11
+
>
12
+
<h1class="page">
13
+
Page Not Found
14
+
</h1>
15
+
<divclass="paragraph">
16
+
<p>
17
+
The page you are looking for no longer exists.
18
+
</p>
19
+
</div>
20
+
<divclass="paragraph">
21
+
<p>
22
+
If you believe this is a mistake, please help by
23
+
<a
24
+
style="cursor:pointer;text-decoration:none;"
25
+
target="_blank"
26
+
onclick="this.href=`https://github.com/starknet-io/starknet-docs/issues/new?assignees=landauraz&title=${encodeURIComponent(window.location.href)} is broken`"
0 commit comments