Make view.html use defaultTheme

This commit is contained in:
Robbie Antenesse 2019-05-31 12:43:11 -06:00 committed by Robbie Antenesse
parent 07694cd250
commit b0646209eb
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
<script>window.currentDictionary = JSON.parse('{{dict_json}}');</script>
<script src="src/js/view/index.js"></script>
</head>
<body>
<body id="defaultTheme">
<header id="top">
<h1 id="title">Lexiconga</h1>