EDA respostory build with the clone from github
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user