Browse Source

Add preview and favicon.

Martin Kleppe 12 years ago
parent
commit
611c29efa5
3 changed files with 2 additions and 0 deletions
  1. BIN
      favicon.ico
  2. 2 0
      index.html
  3. BIN
      preview.png

BIN
favicon.ico


+ 2 - 0
index.html

@@ -1,6 +1,8 @@
 <html>
 <head>
   <title>JSFuck - Write any JavaScript with 6 Characters: []()!+</title>
+  <meta name="description" content="JSFuck is an esoteric and educational programming style based on the atomic parts of JavaScript. It uses only six different characters execute code.">
+  <meta property="og:image" content="http://www.jsfuck.com/preview.png" />
   <style>
     
     body {

BIN
preview.png