EDA respostory build with the clone from github

This commit is contained in:
2026-05-16 00:04:28 +08:00
parent dcb3548651
commit 7ac8fed5f9
12 changed files with 1089 additions and 2 deletions
+22
View File
@@ -0,0 +1,22 @@
<!DOCTYPE html>
<html>
<head>
<title>Dashboard</title>
</head>
<body>
<h2>Welcome, {{ username }}!</h2>
<p>Your Recent Designs:</p>
<ul>
<li>400G_Transceiver_v1.gds</li>
<li>Ring_Modulator_Test.gds</li>
</ul>
<!-- The "+" button that links to your GUI -->
<form action="/canvas" method="GET">
<button type="submit" style="font-size: 20px; padding: 10px;">+ New Project</button>
</form>
<br>
<a href="/logout">Logout</a>
</body>
</html>