-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
69 lines (66 loc) · 2.47 KB
/
Copy path404.html
File metadata and controls
69 lines (66 loc) · 2.47 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" href="/favicon.svg" type="image/svg+xml">
<meta name="theme-color" content="#eef6ff">
<title>Page Not Found | MiroFish</title>
<meta name="description" content="The requested MiroFish page was not found. Use the main guides, demo, live workspace, or app overview to continue.">
<meta name="robots" content="noindex, follow">
<link rel="stylesheet" href="/assets/seo-pages.css">
<script defer src="/assets/analytics.js"></script>
</head>
<body>
<header class="topbar">
<a class="brand" href="/">MiroFish</a>
<nav class="navlinks" aria-label="Guide navigation">
<a href="/mirofish-live/">Live</a>
<a href="/mirofish-demo/">Demo</a>
<a href="/mirofish-app/">App</a>
<a href="/mirofish-how-to-use/">How to use</a>
</nav>
</header>
<main>
<section class="hero">
<p class="eyebrow">Page not found</p>
<h1>This MiroFish page does not exist.</h1>
<p class="lead">Use the current product guides below to find the live workspace, demo, app overview, or step-by-step usage path.</p>
<div class="hero-actions">
<a class="button primary" href="/mirofish-live/">Open MiroFish Live</a>
<a class="button" href="/">Back to home</a>
</div>
</section>
<section class="section">
<div class="grid">
<article class="card">
<h3>MiroFish live</h3>
<p>Use the hosted workspace for current scenario runs and decision reports.</p>
<a href="/mirofish-live/">Open guide</a>
</article>
<article class="card">
<h3>MiroFish demo</h3>
<p>Understand the workflow before using your own source material.</p>
<a href="/mirofish-demo/">Open guide</a>
</article>
<article class="card">
<h3>MiroFish app</h3>
<p>See how the prediction workspace is organized around input, simulation, and reports.</p>
<a href="/mirofish-app/">Open guide</a>
</article>
</div>
</section>
</main>
<footer class="site-footer">
<div class="footer-inner">
<span>MiroFish page not found.</span>
<div class="footer-links">
<a href="/">Home</a>
<a href="/privacy/">Privacy</a>
<a href="/terms/">Terms</a>
<a href="mailto:support@aigeamy.com">support@aigeamy.com</a>
</div>
</div>
</footer>
</body>
</html>