Update logo source

This commit is contained in:
Matthew Grove
2018-11-13 17:57:46 +00:00
committed by GitHub
parent 605661b6ee
commit de69aa9207

View File

@@ -5,25 +5,24 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no"> <meta name="viewport" content="width=device-width, initial-scale=1,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no">
<meta name="HandheldFriendly" content="True"> <meta name="HandheldFriendly" content="True">
<link rel="icon" sizes="192x192" href="/logo.jpg"> <link rel="icon" sizes="192x192" href="https://matthew-grove.ml/logo.jpg">
<!-- add to homescreen for Chrome on Android --> <!-- add to homescreen for Chrome on Android -->
<meta name="mobile-web-app-capable" content="yes"> <meta name="mobile-web-app-capable" content="yes">
<link rel="icon" sizes="192x192" href="/logo.jpg"> <link rel="icon" sizes="192x192" href="https://matthew-grove.ml/logo.jpg">
<!-- add to homescreen for Safari on iOS --> <!-- add to homescreen for Safari on iOS -->
<meta name="apple-mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black"> <meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="apple-mobile-web-app-title" content="Luhn Algorithm | Matthew Grove"> <meta name="apple-mobile-web-app-title" content="Luhn Algorithm | Matthew Grove">
<link rel="apple-touch-icon-precomposed" href="/logo.jpg"> <link rel="apple-touch-icon-precomposed" href="https://matthew-grove.ml/logo.jpg">
<!-- tile icon & colour for Windows 8 --> <!-- tile icon & colour for Windows 8 -->
<meta name="msapplication-TileImage" content="/logo.jpg"> <meta name="msapplication-TileImage" content="https://matthew-grove.ml/logo.jpg">
<meta name="msapplication-TileColor" content="#d84315"> <meta name="msapplication-TileColor" content="#d84315">
<title>Luhn Algorithm | Matthew Grove</title> <title>Luhn Algorithm | Matthew Grove</title>
<meta name="description" content="Replication of the Luhn Algorithm - by Matthew Grove"> <meta name="description" content="Replication of the Luhn Algorithm - by Matthew Grove">
<!--<link rel="icon" href="/logo.jpg">-->
<!-- import Roboto (font) --> <!-- import Roboto (font) -->
<link href="/assets/roboto.css" rel="stylesheet"> <link href="/assets/roboto.css" rel="stylesheet">