21 lines
433 B
HTML
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>
|