mirror of
				https://github.com/privacyguides/privacyguides.org.git
				synced 2025-10-31 19:46:34 +00:00 
			
		
		
		
	Fix assets path for donate and webrtc pages (#571)
This commit is contained in:
		 Vince
					Vince
				
			
				
					committed by
					
						 Samuel Shifterovich
						Samuel Shifterovich
					
				
			
			
				
	
			
			
			 Samuel Shifterovich
						Samuel Shifterovich
					
				
			
						parent
						
							b0eecd40f9
						
					
				
				
					commit
					f6cdb575bb
				
			| @@ -10,7 +10,7 @@ active_page: donate | |||||||
| <br> | <br> | ||||||
|  |  | ||||||
| <p> | <p> | ||||||
| 	<a href="https://www.privacytools.io/"><img src="img/layout/logo_smaller.png" class="img-fluid" alt="privacytools.io"></a> | 	<a href="https://www.privacytools.io/"><img src="assets/img/layout/logo_smaller.png" class="img-fluid" alt="privacytools.io"></a> | ||||||
| </p> | </p> | ||||||
|  |  | ||||||
|  |  | ||||||
| @@ -25,7 +25,7 @@ active_page: donate | |||||||
| 	<h2>Bitcoin:</h2> | 	<h2>Bitcoin:</h2> | ||||||
|  |  | ||||||
| <p> | <p> | ||||||
| 	<a href="bitcoin:1N4bKCx3kpvUTBhsvbmthPDssN8ATPEhgt?message=privacytools.io%20(Coffee,%20Beer%20and%20Pizza)" target="_blank"><img src="img/layout/qr.png"></a>	 | 	<a href="bitcoin:1N4bKCx3kpvUTBhsvbmthPDssN8ATPEhgt?message=privacytools.io%20(Coffee,%20Beer%20and%20Pizza)" target="_blank"><img src="assets/img/layout/qr.png"></a>	 | ||||||
| </p>	 | </p>	 | ||||||
|  |  | ||||||
| <div class="form-group"> | <div class="form-group"> | ||||||
| @@ -38,7 +38,7 @@ active_page: donate | |||||||
| <br> | <br> | ||||||
|  |  | ||||||
| <p> | <p> | ||||||
| 	<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=5G9CBU8P6F4K2" target="_blank"><img src="img/layout/PayPal.png"></a> | 	<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=5G9CBU8P6F4K2" target="_blank"><img src="assets/img/layout/PayPal.png"></a> | ||||||
| </p> | </p> | ||||||
|  |  | ||||||
|  |  | ||||||
| @@ -48,7 +48,7 @@ active_page: donate | |||||||
|  |  | ||||||
|  |  | ||||||
| <p> | <p> | ||||||
| 	<img src="img/misc/smile.png" class="img-fluid" alt="Smile"> | 	<img src="assets/img/misc/smile.png" class="img-fluid" alt="Smile"> | ||||||
| </p> | </p> | ||||||
|  |  | ||||||
| </div> | </div> | ||||||
|   | |||||||
| @@ -5,7 +5,7 @@ | |||||||
| 	<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> | 	<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> | ||||||
| 	<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"> | 	<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"> | ||||||
| 	<link rel="shortcut icon" href="favicon.ico" type="image/ico"> | 	<link rel="shortcut icon" href="favicon.ico" type="image/ico"> | ||||||
| 	<link href="css/bootstrap.min.css" rel="stylesheet"> | 	<link href="assets/css/style.css" rel="stylesheet"> | ||||||
| 	<!-- content security policy --> | 	<!-- content security policy --> | ||||||
| 	<!-- <meta http-equiv='Content-Security-Policy' content="default-src 'self'; script-src https://privacytoolsio.github.io http://privacytoolsio.github.io; style-src 'self'">  --> | 	<!-- <meta http-equiv='Content-Security-Policy' content="default-src 'self'; script-src https://privacytoolsio.github.io http://privacytoolsio.github.io; style-src 'self'">  --> | ||||||
|  |  | ||||||
| @@ -16,7 +16,7 @@ | |||||||
| <body> | <body> | ||||||
|  |  | ||||||
| <div style="margin:30px 0 0 30px;width:600px;"> | <div style="margin:30px 0 0 30px;width:600px;"> | ||||||
| <h1><a href="https://www.privacytools.io/"><img src="img/layout/logo.png" class="img-responsive" alt="privacytools.io"></a></h1> | <h1><a href="https://www.privacytools.io/"><img src="assets/img/layout/logo.png" class="img-responsive" alt="privacytools.io"></a></h1> | ||||||
|  |  | ||||||
| <h2>WebRTC IP Leak VPN / Tor IP Test</h2> | <h2>WebRTC IP Leak VPN / Tor IP Test</h2> | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user