Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added img/channel_icon-800.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 18 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,24 @@
<meta content="text/html;charset=utf-8" http-equiv="Content-Type">
<meta content="utf-8" http-equiv="encoding">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Try PureScript is an online PureScript code editor for quickly experimenting with PureScript code snippets and ideas.">

<!-- Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="http://try.purescript.org/">
<meta property="og:title" content="Try PureScript!">
<meta property="og:description" content="Try PureScript is an online PureScript code editor for quickly experimenting with PureScript code snippets and ideas.">
<meta property="og:image" content="http://try.purescript.org/img/channel_icon-800.png">
<meta property="og:image:alt" content="The PureScript Logo by Gareth Hughes is licensed under the Creative Commons Attribution 4.0 license (https://creativecommons.org/licenses/by/4.0/).">

<!-- Twitter -->
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="@purescript">
<meta name="twitter:url" content="http://try.purescript.org/">
<meta name="twitter:title" content="Try PureScript!">
<meta name="twitter:description" content="Try PureScript is an online PureScript code editor for quickly experimenting with PureScript code snippets and ideas.">
<meta name="twitter:image" content="http://try.purescript.org/img/channel_icon-800.png">
<meta name="twitter:image:alt" content="The PureScript Logo by Gareth Hughes is licensed under the Creative Commons Attribution 4.0 license (https://creativecommons.org/licenses/by/4.0/).">

<link rel="icon" type="image/png" href="./img/favicon_clear-16.png" sizes="16x16">
<link rel="icon" type="image/png" href="./img/favicon_clear-32.png" sizes="32x32">
Expand Down