-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdemo.html
More file actions
50 lines (48 loc) · 1.72 KB
/
Copy pathdemo.html
File metadata and controls
50 lines (48 loc) · 1.72 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>PhyNetPy Showcase - Mark Kessler</title>
<link rel="icon" type="image/png" href="m.png">
<link rel="apple-touch-icon" href="m.png">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<!-- Navigation -->
<header>
<nav>
<a href="index.html" class="logo">
<img src="m.png" alt="Mark Kessler Logo" />
</a>
<ul class="nav-links">
<li><a href="index.html#projects">Projects</a></li>
<li><a href="index.html#phynetpy">PhyNetPy</a></li>
<li><a href="phynetpy-showcase.html" class="active">Showcase</a></li>
<li><a href="index.html#about">About</a></li>
<li><a href="index.html#contact">Contact</a></li>
</ul>
</nav>
</header>
<!-- Redirect Notice -->
<section class="hero" style="padding: 6rem 2rem; text-align: center;">
<h1>Page Moved</h1>
<p class="subtitle">The PhyNetPy showcase has been moved to a new location</p>
<p class="hero-description">
Please visit the new showcase page to see PhyNetPy methods, comparisons, and performance figures.
</p>
<div class="cta-buttons" style="margin-top: 2rem;">
<a href="phynetpy-showcase.html" class="btn btn-primary">
Go to Showcase →
</a>
<a href="index.html" class="btn btn-secondary">
Back to Home
</a>
</div>
</section>
<!-- Footer -->
<footer>
<p>© 2025 Mark Kessler</p>
</footer>
</body>
</html>