themer/web/public/index.html
2019-12-03 07:17:08 -07:00

23 lines
956 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<link rel="icon" type="image/png" sizes="32x32" href="%PUBLIC_URL%/icon-32.png">
<link rel="apple-touch-icon-precomposed" href="%PUBLIC_URL%/icon-192.png">
<meta name="msapplication-TileColor" content="#282629">
<meta name="msapplication-TileImage" content="%PUBLIC_URL%/icon-192.png">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="theme-color" content="#282629">
<meta name="description" content="themer takes a set of colors and generates themes for your apps: editors, terminals, wallpapers, and more.">
<link rel="manifest" href="%PUBLIC_URL%/manifest.json">
<title>themer</title>
<script async src="https://mjswensen.tel/client.js"></script>
</head>
<body>
<noscript>
You need to enable JavaScript to run this app.
</noscript>
<div id="root"></div>
</body>
</html>