meta header fixes high res devices

master v1.24
bel 2024-01-21 13:57:22 -07:00
parent 072e4b279d
commit cbba8fa7e4
1 changed files with 1 additions and 0 deletions

View File

@ -81,6 +81,7 @@ var defaultWrapper = `
<html> <html>
<header> <header>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- https://cdn.jsdelivr.net/gh/kognise/water.css@latest/dist/dark.min.css --> <!-- https://cdn.jsdelivr.net/gh/kognise/water.css@latest/dist/dark.min.css -->
<style> <style>
` + waterCSS + ` ` + waterCSS + `