GitBucket
4.23.0
Toggle navigation
Sign in
Files
Branches
1
Releases
Issues
Pull requests
Labels
Priorities
Milestones
Wiki
Forks
yhornisse
/
bremer
Browse code
fix hello page
master
1 parent
8ea45a2
commit
c0bc2ffd84d257d66cfebd98e3c872b0d9f0fb1f
yhornisse
authored
on 12 Aug 2023
Patch
Showing
1 changed file
src/main/resources/static/bremer/hello.html
Ignore Space
Show notes
View
src/main/resources/static/bremer/hello.html
<!doctype html> <html> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <style> h1 { background-color: #333333; color: white; margin: 0; padding: 0.5rem; } h1 img { height: 2.5rem; } </style> </head> <body style="margin: 0; padding: 0;"> <h1> <img src="/bremer/icon/bremer.png"> Bremer App </h1> <div style="text-align: center; padding: 1rem;"> ログイン完了しました </div> </body> </html>
<!doctype html> <html> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0"> </head> <body style="margin: 0; padding: 0;"> <h1 style="background-color: #9999FF; margin: 0; padding: 0.5rem;">Bremer</h1> <div style="text-align: center; padding: 1rem;"> ログイン完了しました </div> </body> </html>
Show line notes below