Files
bellande_application_intero…/index.html
2023-09-16 13:20:39 -04:00

21 lines
433 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Main Landing Page</title>
</head>
<body>
<h1>Welcome to the Main Website</h1>
<ul>
<li><a href="https://application-ui-ux.github.io/index.html">ROS Mobile Catkin Modules Build Development Tools</a>
</li>
<li><a href="https://application-ui-ux.github.io/index.html">ROS Mobile Message Service Generator</a></li>
<!-- Add more links as needed -->
</ul>
</body>
</html>