update website ..

This commit is contained in:
2013-07-13 14:21:53 +02:00
parent 1d39a62cea
commit e40d8e60f8
4 changed files with 7 additions and 5 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 5.0 KiB

File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+4 -5
View File
@@ -17,11 +17,10 @@
<meta property="og:description" content="PocketSharp is a C#.NET class library that integrates the Pocket API" />
<meta property="og:image" content="http://frontendplay.com/Content/Images/frontendplay-200.png" />
<link rel="shortcut icon" type="image/ico" href="/Content/Images/frontendplay.ico" />
<link rel="icon" type="image/png" href="/Content/Images/frontendplay.png" />
<link rel="image_src" href="/Content/Images/frontendplay-200.png" />
<link rel="icon" type="image/png" href="/Assets/Images/pocketsharp.png" />
<link rel="image_src" href="/Assets/Images/pocketsharp.png" />
<link href="/Debug/app.css" rel="stylesheet" />
<link href="/Release/app.css" rel="stylesheet" />
</head>
<body>
@@ -283,6 +282,6 @@ Accepts four parameters, with <code>uri</code> being required.
</div>
<script src="/Debug/app.js"></script>
<script src="/Release/app.js"></script>
</body>
</html>