update relative links
This commit is contained in:
parent
a7eed9b41d
commit
42e1075c50
7 changed files with 27 additions and 27 deletions
|
@ -17,12 +17,12 @@
|
||||||
<h2>For iOS 14 or later and macOS Big Sur or later</h2>
|
<h2>For iOS 14 or later and macOS Big Sur or later</h2>
|
||||||
|
|
||||||
<div class="w3-bar w3-border bar-color">
|
<div class="w3-bar w3-border bar-color">
|
||||||
<a href="/" class="w3-bar-item w3-button w3-mobile">About</a>
|
<a href="index.html" class="w3-bar-item w3-button w3-mobile">About</a>
|
||||||
<a href="/premades.html" class="w3-bar-item w3-button w3-mobile">Pre-made profiles</a>
|
<a href="premades.html" class="w3-bar-item w3-button w3-mobile">Pre-made profiles</a>
|
||||||
<a href="/tool.html" class="w3-bar-item w3-button w3-mobile">Tool</a>
|
<a href="tool.html" class="w3-bar-item w3-button w3-mobile">Tool</a>
|
||||||
<a href="/finalize.html" class="w3-bar-item w3-button w3-mobile w3-green">Finalize</a>
|
<a href="finalize.html" class="w3-bar-item w3-button w3-mobile w3-green">Finalize</a>
|
||||||
<a href="https://github.com/fyr77/dns-mobileconfig" class="w3-bar-item w3-button w3-right w3-black w3-mobile">GitHub</a>
|
<a href="https://github.com/fyr77/dns-mobileconfig" class="w3-bar-item w3-button w3-right w3-black w3-mobile">GitHub</a>
|
||||||
<a href="/legal.html" class="w3-bar-item w3-button w3-right w3-black w3-mobile">Legal</a>
|
<a href="legal.html" class="w3-bar-item w3-button w3-right w3-black w3-mobile">Legal</a>
|
||||||
</div>
|
</div>
|
||||||
<br>
|
<br>
|
||||||
<div id="dynamicList"></div>
|
<div id="dynamicList"></div>
|
||||||
|
|
10
index.html
10
index.html
|
@ -19,12 +19,12 @@
|
||||||
<h2>For iOS 14 or later and macOS Big Sur or later</h2>
|
<h2>For iOS 14 or later and macOS Big Sur or later</h2>
|
||||||
|
|
||||||
<div class="w3-bar w3-border bar-color">
|
<div class="w3-bar w3-border bar-color">
|
||||||
<a href="/" class="w3-bar-item w3-button w3-green w3-mobile">About</a>
|
<a href="index.html" class="w3-bar-item w3-button w3-green w3-mobile">About</a>
|
||||||
<a href="/premades.html" class="w3-bar-item w3-button w3-mobile">Pre-made profiles</a>
|
<a href="premades.html" class="w3-bar-item w3-button w3-mobile">Pre-made profiles</a>
|
||||||
<a href="/tool.html" class="w3-bar-item w3-button w3-mobile">Tool</a>
|
<a href="tool.html" class="w3-bar-item w3-button w3-mobile">Tool</a>
|
||||||
<a href="/finalize.html" class="w3-bar-item w3-button w3-mobile">Finalize</a>
|
<a href="finalize.html" class="w3-bar-item w3-button w3-mobile">Finalize</a>
|
||||||
<a href="https://github.com/fyr77/dns-mobileconfig" class="w3-bar-item w3-button w3-right w3-black w3-mobile">GitHub</a>
|
<a href="https://github.com/fyr77/dns-mobileconfig" class="w3-bar-item w3-button w3-right w3-black w3-mobile">GitHub</a>
|
||||||
<a href="/legal.html" class="w3-bar-item w3-button w3-right w3-black w3-mobile">Legal</a>
|
<a href="legal.html" class="w3-bar-item w3-button w3-right w3-black w3-mobile">Legal</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
|
|
|
@ -19,5 +19,5 @@ function createCookie (provName, doh, dns1v4, dns2v4, dns1v6, dns2v6, serverUrl)
|
||||||
document.cookie = "dns2v6=" + dns2v6 + ";" + expires + ";path=/; SameSite=Strict; Secure";
|
document.cookie = "dns2v6=" + dns2v6 + ";" + expires + ";path=/; SameSite=Strict; Secure";
|
||||||
document.cookie = "serverUrl=" + serverUrl + ";" + expires + ";path=/; SameSite=Strict; Secure";
|
document.cookie = "serverUrl=" + serverUrl + ";" + expires + ";path=/; SameSite=Strict; Secure";
|
||||||
|
|
||||||
window.location.href = "/tool.html"
|
window.location.href = "tool.html"
|
||||||
}
|
}
|
|
@ -38,7 +38,7 @@ function addToList() {
|
||||||
runningNo = runningNo + 1;
|
runningNo = runningNo + 1;
|
||||||
document.cookie = "runningNo=" + runningNo + ";" + expires + ";path=/; SameSite=Strict; Secure";
|
document.cookie = "runningNo=" + runningNo + ";" + expires + ";path=/; SameSite=Strict; Secure";
|
||||||
|
|
||||||
window.location.href = "/finalize.html";
|
window.location.href = "finalize.html";
|
||||||
}
|
}
|
||||||
|
|
||||||
function switchToHTTPS() {
|
function switchToHTTPS() {
|
||||||
|
|
10
legal.html
10
legal.html
|
@ -12,12 +12,12 @@
|
||||||
<h2>For iOS 14 or later and macOS Big Sur or later</h2>
|
<h2>For iOS 14 or later and macOS Big Sur or later</h2>
|
||||||
|
|
||||||
<div class="w3-bar w3-border bar-color">
|
<div class="w3-bar w3-border bar-color">
|
||||||
<a href="/" class="w3-bar-item w3-button w3-mobile">About</a>
|
<a href="index.html" class="w3-bar-item w3-button w3-mobile">About</a>
|
||||||
<a href="/premades.html" class="w3-bar-item w3-button w3-mobile">Pre-made profiles</a>
|
<a href="premades.html" class="w3-bar-item w3-button w3-mobile">Pre-made profiles</a>
|
||||||
<a href="/tool.html" class="w3-bar-item w3-button w3-mobile">Tool</a>
|
<a href="tool.html" class="w3-bar-item w3-button w3-mobile">Tool</a>
|
||||||
<a href="/finalize.html" class="w3-bar-item w3-button w3-mobile">Finalize</a>
|
<a href="finalize.html" class="w3-bar-item w3-button w3-mobile">Finalize</a>
|
||||||
<a href="https://github.com/fyr77/dns-mobileconfig" class="w3-bar-item w3-button w3-right w3-black w3-mobile">GitHub</a>
|
<a href="https://github.com/fyr77/dns-mobileconfig" class="w3-bar-item w3-button w3-right w3-black w3-mobile">GitHub</a>
|
||||||
<a href="/legal.html" class="w3-bar-item w3-button w3-right w3-green w3-mobile">Legal</a>
|
<a href="legal.html" class="w3-bar-item w3-button w3-right w3-green w3-mobile">Legal</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
|
|
|
@ -13,12 +13,12 @@
|
||||||
<h2>For iOS 14 or later and macOS Big Sur or later</h2>
|
<h2>For iOS 14 or later and macOS Big Sur or later</h2>
|
||||||
|
|
||||||
<div class="w3-bar w3-border bar-color">
|
<div class="w3-bar w3-border bar-color">
|
||||||
<a href="/" class="w3-bar-item w3-button w3-mobile">About</a>
|
<a href="index.html" class="w3-bar-item w3-button w3-mobile">About</a>
|
||||||
<a href="/premades.html" class="w3-bar-item w3-button w3-green w3-mobile">Pre-made profiles</a>
|
<a href="premades.html" class="w3-bar-item w3-button w3-green w3-mobile">Pre-made profiles</a>
|
||||||
<a href="/tool.html" class="w3-bar-item w3-button w3-mobile">Tool</a>
|
<a href="tool.html" class="w3-bar-item w3-button w3-mobile">Tool</a>
|
||||||
<a href="/finalize.html" class="w3-bar-item w3-button w3-mobile">Finalize</a>
|
<a href="finalize.html" class="w3-bar-item w3-button w3-mobile">Finalize</a>
|
||||||
<a href="https://github.com/fyr77/dns-mobileconfig" class="w3-bar-item w3-button w3-right w3-black w3-mobile">GitHub</a>
|
<a href="https://github.com/fyr77/dns-mobileconfig" class="w3-bar-item w3-button w3-right w3-black w3-mobile">GitHub</a>
|
||||||
<a href="/legal.html" class="w3-bar-item w3-button w3-right w3-black w3-mobile">Legal</a>
|
<a href="legal.html" class="w3-bar-item w3-button w3-right w3-black w3-mobile">Legal</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
|
|
10
tool.html
10
tool.html
|
@ -17,12 +17,12 @@
|
||||||
<h2>For iOS 14 or later and macOS Big Sur or later</h2>
|
<h2>For iOS 14 or later and macOS Big Sur or later</h2>
|
||||||
|
|
||||||
<div class="w3-bar w3-border bar-color">
|
<div class="w3-bar w3-border bar-color">
|
||||||
<a href="/" class="w3-bar-item w3-button w3-mobile">About</a>
|
<a href="index.html" class="w3-bar-item w3-button w3-mobile">About</a>
|
||||||
<a href="/premades.html" class="w3-bar-item w3-button w3-mobile">Pre-made profiles</a>
|
<a href="premades.html" class="w3-bar-item w3-button w3-mobile">Pre-made profiles</a>
|
||||||
<a href="/tool.html" class="w3-bar-item w3-button w3-green w3-mobile">Tool</a>
|
<a href="tool.html" class="w3-bar-item w3-button w3-green w3-mobile">Tool</a>
|
||||||
<a href="/finalize.html" class="w3-bar-item w3-button w3-mobile">Finalize</a>
|
<a href="finalize.html" class="w3-bar-item w3-button w3-mobile">Finalize</a>
|
||||||
<a href="https://github.com/fyr77/dns-mobileconfig" class="w3-bar-item w3-button w3-right w3-black w3-mobile">GitHub</a>
|
<a href="https://github.com/fyr77/dns-mobileconfig" class="w3-bar-item w3-button w3-right w3-black w3-mobile">GitHub</a>
|
||||||
<a href="/legal.html" class="w3-bar-item w3-button w3-right w3-black w3-mobile">Legal</a>
|
<a href="legal.html" class="w3-bar-item w3-button w3-right w3-black w3-mobile">Legal</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
|
|
Loading…
Add table
Reference in a new issue