latest pushes

This commit is contained in:
2023-09-16 13:20:39 -04:00
parent 413f877b9e
commit 5cadc349d9
2 changed files with 41 additions and 0 deletions

21
.gitignore vendored Normal file
View File

@@ -0,0 +1,21 @@
*.class
*.pyc
# Folders
build
devel
dist
# Package Files #
*.jar
*.war
*.ear
# Scripts
init_setup.sh
repository_recal.sh
push.sh
publish.sh
ros_publish.sh
prerelease_test.sh
errors_fix.sh

20
index.html Normal file
View File

@@ -0,0 +1,20 @@
<!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>