File tree Expand file tree Collapse file tree 2 files changed +26
-0
lines changed Expand file tree Collapse file tree 2 files changed +26
-0
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ permalink : pos/
3
+ layout : false
4
+ web-app : true
5
+ ---
6
+
7
+ <div id =" pos " >
8
+ <button onclick =" document .getElementById (' btcpay' ).src = document .getElementById (' btcpay' ).src ;" >× ; </button >
9
+ <iframe id =" btcpay " src =' https://btcpay.ln.bitembassy.org/apps/2w7eTJeYtZKT5irjaMJvFrroJmCk/pos/static ' style =' width : 100% ; height : 100% ; border : 0 ;' ></iframe >
10
+ </div >
11
+
12
+ <style >
13
+ #pos > button {
14
+ position :fixed ;
15
+ left : 35px ;
16
+ top :35px ;
17
+ border-radius :50px ;
18
+ border : 0 ;
19
+ width :48px ;
20
+ height :48px ;
21
+ font-size : 20 ;
22
+ }
23
+ </style >
Original file line number Diff line number Diff line change 13
13
14
14
if page .description || config .description
15
15
meta( name ='description' content =page .description || config .description )
16
+
17
+ if page .web_app
18
+ meta( name ="mobile-web-app-capable" , content ="yes" )
16
19
17
20
meta( property ='og:site_name' , content =config .title )
18
21
You can’t perform that action at this time.
0 commit comments