File tree Expand file tree Collapse file tree 3 files changed +11
-11
lines changed
java/org/togetherjava/website Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 1- package org .togetherjava .tjbot . website ;
1+ package org .togetherjava .website ;
22
33import org .springframework .boot .SpringApplication ;
44import org .springframework .boot .autoconfigure .SpringBootApplication ;
55
66/**
7- * Spring boot application to serve the bots welcome webpage .
7+ * Spring boot application to serve the website .
88 */
99@ SpringBootApplication
1010public class Application {
Original file line number Diff line number Diff line change 11/**
22 * Main package for the projects' website.
33 */
4- package org .togetherjava .tjbot . website ;
4+ package org .togetherjava .website ;
Original file line number Diff line number Diff line change @@ -230,14 +230,14 @@ <h3>Contact the Owners</h3>
230230</ footer >
231231
232232<!-- Scripts -->
233- < script src ="assets/js/jquery-3.6.1.min.js " async > </ script >
234- < script src ="assets/js/jquery.scrollex.min.js " async > </ script >
235- < script src ="assets/js/jquery.scrolly.min.js " async > </ script >
236- < script src ="assets/js/browser.min.js " async > </ script >
237- < script src ="assets/js/breakpoints.min.js " async > </ script >
238- < script src ="assets/js/util.js " async > </ script >
239- < script src ="assets/js/main.js " async > </ script >
240- < script src ="https://cdn.jsdelivr.net/npm/@widgetbot/html-embed@1.0 .0 "> </ script >
233+ < script src ="assets/js/jquery-3.6.1.min.js "> </ script >
234+ < script src ="assets/js/jquery.scrollex.min.js " > </ script >
235+ < script src ="assets/js/jquery.scrolly.min.js "> </ script >
236+ < script src ="assets/js/browser.min.js " > </ script >
237+ < script src ="assets/js/breakpoints.min.js " > </ script >
238+ < script src ="assets/js/util.js " > </ script >
239+ < script src ="assets/js/main.js " > </ script >
240+ < script src ="https://cdn.jsdelivr.net/npm/@widgetbot/html-embed@1.3 .0 "> </ script >
241241
242242
243243</ body >
You can’t perform that action at this time.
0 commit comments