Browse Source

change look and feel

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

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

@ -109,10 +109,10 @@
});
</script>
</head>
<body ng-app="FruitManagement" ng-controller="FruitManagementController" style="background-color: lightblue;">
<body ng-app="FruitManagement" ng-controller="FruitManagementController" style="background-color: white;">
<div class="container">
<h1 style="color: orange;">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.
This management interface invokes the CRUD service endpoint, which interacts with a database using JPA and several other well known libraries.
</p>

Loading…
Cancel
Save