-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Expand file tree
/
Copy path404.html
More file actions
23 lines (22 loc) · 850 Bytes
/
404.html
File metadata and controls
23 lines (22 loc) · 850 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
---
title: Sorry, we couldn't find that page...
shortTitle: Page not found
description: Page not found
bodyClass: site-not-found
sitemap: false
showToc: false
showBreadcrumbs: false
showBanner: false
---
<img src='/assets/images/404/dash_404.png' alt="Dash pointing you in the right direction">
<p>But Dash is here to help - maybe one of these will point you in the right direction?</p>
<ul class="not-found-alternatives">
<li><a href="{{site.main-url}}/">Homepage</a></li>
<li><a href="{{site.pub}}/">Package site</a></li>
<li><a href="{{site.api}}/">API reference</a></li>
<li><a href="/">Documentation</a></li>
<li><a href="{{site.main-url}}/community">Community</a></li>
<li><a href="{{site.flutter-blog}}">Blog</a></li>
<li><a href="{{site.social.twitter}}/">X (Twitter)</a></li>
<li><a href="/resources/faq">FAQ</a></li>
</ul>