Update page html

Setting the title and removing the no-longer-existing favicon. Any
webpage this server runs on better be serving a favicon at a well-known
location!
This commit is contained in:
Joscha 2025-03-03 00:41:43 +01:00
parent 1cb07fb126
commit 32d68cb60c

View file

@ -2,9 +2,8 @@
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite + Vue + TS</title> <title>Thermal Printer</title>
</head> </head>
<body> <body>
<div id="app"></div> <div id="app"></div>