File tree Expand file tree Collapse file tree 3 files changed +40
-0
lines changed Expand file tree Collapse file tree 3 files changed +40
-0
lines changed Original file line number Diff line number Diff line change @@ -84,6 +84,16 @@ body {
8484 color : # 000 ;
8585}
8686
87+ .main-screenshot {
88+ width : 30% ;
89+ float : left;
90+ margin-right : 16px ;
91+ }
92+
93+ .clear {
94+ clear : both;
95+ }
96+
8797@media (max-width : 600px ) {
8898 body , # message {
8999 margin-top : 0 ;
Original file line number Diff line number Diff line change 1+ <!DOCTYPE html>
2+ < html >
3+ < head >
4+ < meta charset ="utf-8 ">
5+ < meta name ="viewport " content ="width=device-width, initial-scale=1 ">
6+ < title > Privacy Policy</ title >
7+
8+ < link rel ="stylesheet " href ="/app.css ">
9+ </ head >
10+ < body >
11+ < div id ="header ">
12+ < h1 > WFRP Master</ h1 >
13+ </ div >
14+ < div id ="message ">
15+ < img src ="/screenshot.png " alt ="Screenshot of WFRP Master " class ="main-screenshot ">
16+ < h1 > Invitation</ h1 >
17+ < p > You have been invited to WFRP Master party.</ p >
18+ < p > Open this page on your Android device to join it.</ p >
19+ < a href ="https://play.google.com/store/apps/details?id=cz.frantisekmasa.dnd&pcampaignid=pcampaignidMKT-Other-global-all-co-prtnr-py-PartBadge-Mar2515-1 "> < img
20+ alt ="Get it on Google Play "
21+ width ="200 "
22+ src ="https://play.google.com/intl/en_us/badges/static/images/badges/en_badge_web_generic.png "/> </ a >
23+ < div class ="clear "> </ div >
24+ </ div >
25+ < div id ="footer ">
26+ < p > WFRP Master</ p >
27+ < p > Google Play and the Google Play logo are trademarks of Google LLC.</ p >
28+ </ div >
29+ </ body >
30+ </ html >
You can’t perform that action at this time.
0 commit comments