We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d654d98 commit dc66903Copy full SHA for dc66903
frontend/index.html
@@ -0,0 +1,18 @@
1
+<!DOCTYPE html>
2
+<html>
3
+<head>
4
+ <title>Student Roadmap App</title>
5
+ <link rel="stylesheet" href="style.css">
6
+</head>
7
+<body>
8
+
9
+ <h1>🎓 Student Roadmap Platform</h1>
10
+ <p>Helping engineering students find clear learning paths.</p>
11
12
+ <button onclick="callBackend()">Fetch Backend Data</button>
13
14
+ <pre id="output"></pre>
15
16
+ <script src="script.js"></script>
17
+</body>
18
+</html>
0 commit comments