diff options
author | 0neGal <mail@0negal.com> | 2022-05-20 19:14:29 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-20 19:14:29 +0200 |
commit | fa6a75629d0a84bb7cde182bfe63b8d3808c7244 (patch) | |
tree | 53b19efe9504259e107159cd97321982f718306b /src/app/index.html | |
parent | dee10ac8d1d361f51ce316539e45b8a4197c8ad9 (diff) | |
parent | 4fa5caedd43f44fed64c1474449872b8dfc7bb78 (diff) | |
download | Viper-fa6a75629d0a84bb7cde182bfe63b8d3808c7244.tar.gz Viper-fa6a75629d0a84bb7cde182bfe63b8d3808c7244.zip |
Merge pull request #125 from 0neGal/better-browser
feat: Better Browser
Diffstat (limited to 'src/app/index.html')
-rw-r--r-- | src/app/index.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/app/index.html b/src/app/index.html index 02a150f..f67a7a8 100644 --- a/src/app/index.html +++ b/src/app/index.html @@ -133,6 +133,17 @@ <div class="loading">%%gui.browser.loading%%</div> </div> </div> + <div class="popup small" id="preview"> + <div class="misc fixed vertical"> + <button id="close" onclick="Preview.hide()"> + <img src="icons/close.png"> + </button> + <button id="external" onclick=""> + <img src="icons/external.png"> + </button> + </div> + <webview></webview> + </div> <nav class="gamesContainer"> <button id="vpBtn" onclick="page(0)"></button> |