Fix assets path for donate and webrtc pages (#571)
This commit is contained in:

committed by
Samuel Shifterovich

parent
b0eecd40f9
commit
f6cdb575bb
@ -5,7 +5,7 @@
|
||||
<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">
|
||||
<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 -->
|
||||
<!-- <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>
|
||||
|
||||
<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>
|
||||
|
||||
|
Reference in New Issue
Block a user