mirror of
https://github.com/mue/mue.git
synced 2026-06-08 14:10:42 +02:00
16 lines
475 B
HTML
16 lines
475 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/32x32.png'>
|
|
<link rel='icon' type='image/png' sizes='16x16' href='./icons/16x16.png'>
|
|
<title>New Tab</title>
|
|
</head>
|
|
|
|
<body>
|
|
<noscript>You need to enable JavaScript to use Mue.</noscript>
|
|
<div id='root'></div>
|
|
</body>
|
|
|
|
</html> |