.clang-format
.clang-tidy
.gitignore
.vimrc
BrowserTab.cpp
BrowserTab.h
BrowserView.cpp
BrowserView.h
CMakeLists.txt
DatabaseManager.cpp
DatabaseManager.h
DownloadBar.cpp
DownloadBar.h
DownloadWidget.cpp
DownloadWidget.h
MainWindow.cpp
MainWindow.h
Makefile
MasterPasswordDialog.cpp
MasterPasswordDialog.h
PasswordHelper.cpp
PasswordHelper.h
README.md
ThemeConfig.h
VaultManager.cpp
VaultManager.h
browser.desktop
browser.qrc
compile_commands.json
main.cpp
resources/debug.html
raw
1<!DOCTYPE html>
2<html>
3<head>
4 <meta charset="utf-8">
5 <title>Debug</title>
6</head>
7<body style="background: white;">
8 <h2>Debug</h2>
9 <textarea rows="10" cols="80" spellcheck="true">Test your spellling here</textarea>
10 <ul>
11 <li><a href="https://github.com/mitjafelicijan">github.com/mitjafelicijan</a></li>
12 <li><a href="https://mitjafelicijan.com">mitjafelicijan.com</a></li>
13 <li><a href="https://webbrowsertools.com/">webbrowsertools.com</a></li>
14 <li><a href="https://webcam-test.github.io/">webcam-test.github.io</a></li>
15 <li><a href="https://textarea.my/">textarea.my</a></li>
16 </ul>
17</body>
18</html>