1
1
<!--
2
2
HTTP Headers - https://www.paulhempshall.com/io/http-headers/
3
- Copyright (C) 2016-2018 , Paul Hempshall. All rights reserved.
3
+ Copyright (C) 2016-2019 , Paul Hempshall. All rights reserved.
4
4
5
5
This program is free software: you can redistribute it and/or modify
6
6
it under the terms of the GNU General Public License as published by
34
34
.f-l { float : left; }
35
35
.p-6 { padding : 6px ; box-sizing : border-box; }
36
36
.h-90 { height : 90% ; }
37
+ .overflow { overflow : auto; height : 100% ; }
37
38
.error-text {
38
39
border-top : 1px solid # e8e8e8 ;
39
40
font-weight : 700 ;
184
185
</ div >
185
186
186
187
< div id ="content ">
187
- < div class ="p-6 ">
188
+ < div class ="p-6 overflow ">
188
189
< div id ="options ">
189
190
< h2 > Options</ h2 >
190
191
< div class ="option ">
@@ -214,7 +215,7 @@ <h3>Fetch Type on Live Headers View</h3>
214
215
< label for ="o_live_type_other "> [other]:< input type ="checkbox " name ="o_live_type " id ="o_live_type_other "> </ label >
215
216
</ div >
216
217
< div class ="option ">
217
- < h3 > Donation Bar on Live Headers View</ h3 >
218
+ < h3 > Copyright Bar on Live Headers View</ h3 >
218
219
< label for ="o_live_donation_show "> Show:< input type ="radio " name ="o_live_donation " id ="o_live_donation_show "> </ label >
219
220
< label for ="o_live_donation_hide "> Hide:< input type ="radio " name ="o_live_donation " id ="o_live_donation_hide "> </ label >
220
221
</ div >
@@ -246,7 +247,7 @@ <h2>About HTTP Headers</h2>
246
247
< h2 > License</ h2 >
247
248
< pre >
248
249
HTTP Headers - https://www.paulhempshall.com/io/http-headers/
249
- Copyright (C) 2016-2018 , Paul Hempshall. All rights reserved.
250
+ Copyright (C) 2016-2019 , Paul Hempshall. All rights reserved.
250
251
251
252
This program is free software: you can redistribute it and/or modify
252
253
it under the terms of the GNU General Public License as published by
@@ -266,16 +267,9 @@ <h2>License</h2>
266
267
</ div > <!-- #content -->
267
268
268
269
< div id ="footer ">
269
- < div class ="copyright ">
270
+ < div id =" donations " class ="copyright ">
270
271
© Copyright < a href ="https://www.paulhempshall.com/io/http-headers/ "> https://www.paulhempshall.com/io/http-headers/</ a > .
271
272
</ div >
272
- < div id ="donations ">
273
- < a href ="https://paypal.me/paulhempshall " class ="donate " title ="Donate with PayPal "> < span class ="donations "> donations</ span > < span class ="donate-where donate-paypal "> PayPal</ span > </ a >
274
- < a href ="https://blockchain.info/address/1K1AhrU5JS8euypB3Vw2iGxXqsbwcf9kxN " class ="donate " title ="Donate with Bitcoin/BCash "> < span class ="donations "> donations</ span > < span class ="donate-where donate-bitcoin "> Bitcoin</ span > </ a >
275
- < a href ="https://chainz.cryptoid.info/ltc/address.dws?LLowTnsW4d3uymbZiiFZLUkejZCcdcmW6F " class ="donate " title ="Donate with Litecoin "> < span class ="donations "> donations</ span > < span class ="donate-where donate-litecoin "> Litecoin</ span > </ a >
276
- < a href ="https://dogechain.info/address/DGB5acV5rfEZaovAM1PNHmbbecrrwb1jsG " class ="donate " title ="Donate with Dogecoin "> < span class ="donations "> donations</ span > < span class ="donate-where donate-dogecoin "> Dogecoin</ span > </ a >
277
- < a href ="https://etherscan.io/address/0xe8b4f8842bf14b9a4ce675461153ea21ca742bc7 " class ="donate " title ="Donate with Ethereum/EthClassic "> < span class ="donations "> donations</ span > < span class ="donate-where donate-ethereum "> Ethereum</ span > </ a >
278
- </ div >
279
273
</ div >
280
274
281
275
< script src ="headersOptions.js "> </ script >
0 commit comments