Caps-Server/Public/grid.html
Christoph Hagen 070618db95 Fix css path
2022-12-16 21:23:05 +01:00

28 lines
1.3 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<head>
<meta charset="utf-8"/>
<meta name="robots" content="noindex"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0"/>
<link rel="apple-touch-icon" sizes="180x180" href="/assets/icons/apple-touch-icon.png?v=1"/>
<link rel="icon" type="image/png" sizes="32x32" href="/assets/icons/favicon-32x32.png?v=1"/>
<link rel="icon" type="image/png" sizes="16x16" href="/assets/icons/favicon-16x16.png?v=1"/>
<link rel="manifest" href="/assets/icons/site.webmanifest?v=1"/>
<link rel="shortcut icon" href="/assets/icons/favicon.ico?v=1"/>
<meta name="msapplication-TileColor" content="#da532c">
<meta name="msapplication-config" content="/assets/icons/browserconfig.xml?v=1"/>
<meta name="theme-color" content="#ffffff"/>
<link href="grid.css" rel="stylesheet"/>
<meta name="author" content="Christoph Hagen"/>
<title>Bottle Cap Grid | CH Maker Space</title>
<meta name="description" content="A grid view of all bottle caps in my collection. Try to create an image with them."/>
</head>
<body>
<div id="image-canvas">
<div id="selected-cap-circle"></div>
</div>
</body>
<script src="grid.js"></script>
</html>