Add head info to grid
This commit is contained in:
parent
72cb438741
commit
4823bce190
@ -1,6 +1,21 @@
|
||||
<!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">
|
||||
<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."/>
|
||||
<style>
|
||||
body {
|
||||
margin: 0;
|
||||
|
Loading…
Reference in New Issue
Block a user