themer/web/public/index.html
2019-03-16 12:49:52 -06:00

23 lines
964 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>
</head>
<body>
<noscript>
You need to enable JavaScript to run this app.
</noscript>
<div id="root"></div>
<script async src="https://ssa.mjswensen.com/client.min.js"></script>
</body>
</html>