25 lines
642 B
HTML
25 lines
642 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/organization_application_ui_ux_packages_information_website/mobile_catkin_modules_build_development_tools">ROS
|
|
Mobile Catkin Modules Build Development Tools</a>
|
|
</li>
|
|
<li><a
|
|
href="https://application-ui-ux.github.io/organization_application_ui_ux_packages_information_website/mobile_message_service_generator">ROS
|
|
Mobile Message Service Generator</a></li>
|
|
<!-- Add more links as needed -->
|
|
</ul>
|
|
|
|
</body>
|
|
|
|
</html>
|