mirror of
https://github.com/Alamantus/Lexiconga.git
synced 2025-05-07 02:31:16 +02:00
Make view.html use defaultTheme
This commit is contained in:
parent
3c5d19f0c6
commit
ac2d1b63c8
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue