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