make all links target top window

This commit is contained in:
fenwick67 2019-08-02 18:33:33 -04:00
parent 6bbebffcd1
commit c832e3e4e0
1 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,8 @@
<html>
<head>
<meta charset="UTF-8"></meta>
<style type="text/css"></style>
<style type="text/css"></style>
<base target="_top" /><!-- this element is amazing-->
<% if (opts.theme && opts.theme.toLowerCase() == 'light'){ %>
<link rel="stylesheet" href="/light.css"></link>