Travis build: 150

This commit is contained in:
Travis CI
2017-12-22 19:19:32 +00:00
parent d7f6d6a17c
commit 748cbbc81e

View File

@ -12,6 +12,10 @@
<meta property="og:title" content="30 seconds of code">
<meta property="og:description" content="Curated collection of useful Javascript snippets that you can understand in 30 seconds or less."/>
<meta property="og:type" content="website"/><meta property="og:image" content="favicon.png">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="msapplication-config" content="browserconfig.xml">
<link rel="icon" type="image/png" href="favicon.png">
<link rel="stylesheet" href="prism.css">
</head>