mirror of
https://github.com/neon-mmd/websurfx.git
synced 2024-11-22 05:58:21 -05:00
Merge branch 'rolling' into add-gitpod-config
This commit is contained in:
commit
49eaa78803
@ -27,6 +27,7 @@ error-stack = {version="0.3.1"}
|
|||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
rusty-hook = "^0.11.2"
|
rusty-hook = "^0.11.2"
|
||||||
|
criterion = "0.5.1"
|
||||||
|
|
||||||
[profile.dev]
|
[profile.dev]
|
||||||
opt-level = 0
|
opt-level = 0
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This function is executed when any page on the website finsihes loading and
|
// This function is executed when any page on the website finishes loading and
|
||||||
// this function retrieves the cookies if it is present on the user's machine.
|
// this function retrieves the cookies if it is present on the user's machine.
|
||||||
// If it is available then the saved cookies is display in the cookies tab
|
// If it is available then the saved cookies is display in the cookies tab
|
||||||
// otherwise an appropriate message is displayed if it is not available.
|
// otherwise an appropriate message is displayed if it is not available.
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
<input type="checkbox" class="engine" />
|
<input type="checkbox" class="engine" />
|
||||||
<span class="slider round"></span>
|
<span class="slider round"></span>
|
||||||
</label>
|
</label>
|
||||||
Duckduckgo
|
DuckDuckGo
|
||||||
</div>
|
</div>
|
||||||
<div class="toggle_btn">
|
<div class="toggle_btn">
|
||||||
<label class="switch">
|
<label class="switch">
|
||||||
|
@ -5,8 +5,8 @@
|
|||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#">Source Code</a></li>
|
<li><a href="https://github.com/neon-mmd/websurfx">Source Code</a></li>
|
||||||
<li><a href="#">Issues/Bugs</a></li>
|
<li><a href="https://github.com/neon-mmd/websurfx/issues">Issues/Bugs</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
Loading…
Reference in New Issue
Block a user