Browse Source

improve look and feel

main
Nicolas Massé 3 years ago
parent
commit
8864087dfc
  1. 4
      src/main/resources/META-INF/resources/index.html

4
src/main/resources/META-INF/resources/index.html

@ -109,10 +109,10 @@
}); });
</script> </script>
</head> </head>
<body ng-app="FruitManagement" ng-controller="FruitManagementController" style="background-color: orange;"> <body ng-app="FruitManagement" ng-controller="FruitManagementController" style="background-color: white;">
<div class="container"> <div class="container">
<h1 style="color: darkblue;">Hibernate ORM with Panache quickstart - Quarkus</h1> <h1 style="color: black;">Hibernate ORM with Panache quickstart - Quarkus</h1>
<p>This application demonstrates how a Quarkus application implements a CRUD endpoint to manage fruits using Hibernate ORM with Panache. <p>This application demonstrates how a Quarkus application implements a CRUD endpoint to manage fruits using Hibernate ORM with Panache.
This management interface invokes the CRUD service endpoint, which interacts with a database using JPA and several other well known libraries. This management interface invokes the CRUD service endpoint, which interacts with a database using JPA and several other well known libraries.
</p> </p>

Loading…
Cancel
Save