mirror of
https://github.com/mue/mue.git
synced 2026-06-08 22:18:40 +02:00
17 lines
471 B
HTML
17 lines
471 B
HTML
<!DOCTYPE html>
|
|
<html lang='en'>
|
|
|
|
<head>
|
|
<meta charset='utf-8' />
|
|
<meta name='viewport' content='width=device-width, initial-scale=1' />
|
|
<link rel='icon' type='image/png' sizes='32x32' href='./icons/favicon-32x32.png'>
|
|
<link rel='icon' type='image/png' sizes='16x16' href='./icons/favicon-16x16.png'>
|
|
<title>New Tab</title>
|
|
</head>
|
|
|
|
<body>
|
|
<noscript>You need to enable JavaScript to use Mue.</noscript>
|
|
<div id='root'></div>
|
|
</body>
|
|
|
|
</html> |