File tree Expand file tree Collapse file tree 3 files changed +17
-1
lines changed
web/src/main/resources/templates Expand file tree Collapse file tree 3 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 11<!DOCTYPE html>
22< html lang ="en ">
33< head >
4+ <!-- Google tag (gtag.js) -->
5+ < script async src ="https://www.googletagmanager.com/gtag/js?id=G-LSC44NDPLQ "> </ script >
6+ < script >
7+ window . dataLayer = window . dataLayer || [ ] ;
8+ function gtag ( ) { dataLayer . push ( arguments ) ; }
9+ gtag ( 'js' , new Date ( ) ) ;
10+ gtag ( 'config' , 'G-LSC44NDPLQ' ) ;
11+ </ script >
412 < meta charset ="UTF-8 ">
513 < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
614 < title > App Modernization with GitHub Copilot</ title >
Original file line number Diff line number Diff line change 11<!DOCTYPE html>
22< html lang ="en ">
33< head >
4+ <!-- Google tag (gtag.js) -->
5+ < script async src ="https://www.googletagmanager.com/gtag/js?id=G-LSC44NDPLQ "> </ script >
6+ < script >
7+ window . dataLayer = window . dataLayer || [ ] ;
8+ function gtag ( ) { dataLayer . push ( arguments ) ; }
9+ gtag ( 'js' , new Date ( ) ) ;
10+ gtag ( 'config' , 'G-LSC44NDPLQ' ) ;
11+ </ script >
412 < meta charset ="UTF-8 ">
513 < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
614 < title > App Modernization with GitHub Copilot</ title >
Original file line number Diff line number Diff line change 11<!DOCTYPE html>
22< html xmlns:th ="http://www.thymeleaf.org " th:fragment ="layout(title, content) ">
33< head >
4- < meta charset ="UTF-8 ">
4+ < meta charset ="UTF-8 ">
55 < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
66 < title th:text ="${title} "> AWS S3 Asset Manager</ title >
77 < link href ="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css " rel ="stylesheet ">
You can’t perform that action at this time.
0 commit comments