latest pushes
This commit is contained in:
21
.gitignore
vendored
Normal file
21
.gitignore
vendored
Normal 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
20
index.html
Normal 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>
|
Reference in New Issue
Block a user