소스 검색

Added meta data and stuff

Pitu 7 년 전
부모
커밋
4dfe65f3aa
2개의 변경된 파일13개의 추가작업 그리고 0개의 파일을 삭제
  1. 13 0
      pages/home.html
  2. BIN
      public/images/fb_share.png

+ 13 - 0
pages/home.html

@@ -1,6 +1,19 @@
 <!DOCTYPE html>
 <html>
     <head>
+        <meta name="description" content="A pomf-like file uploading service that doesn't suck.">
+        <meta name="keywords" content="upload,lolisafe,file,images,hosting">
+        <meta name="author" content="Pitu">
+        <meta name="viewport" content="width=device-width, initial-scale=1.0">
+
+        <meta content="width=device-width,initial-scale=1.0,maximum-scale=1.0" name="viewport">
+        <meta property="og:url" content="https://lolisafe.moe" />
+        <meta property="og:type" content="website" />
+        <meta property="og:title" content="lolisafe.moe | A small safe worth protecting." />
+        <meta property="og:description" content="A pomf-like file uploading service that doesn't suck." />
+        <meta property="og:image" content="http://lolisafe.moe/images/fb_share.jpg" />
+        <meta property="og:image:secure_url" content="https://lolisafe.moe/images/fb_share.jpg" />
+
         <title>lolisafe - A small safe worth protecting.</title>
         <link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/bulma/0.3.0/css/bulma.min.css">
         <link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/sweetalert/1.1.3/sweetalert.min.css">

BIN
public/images/fb_share.png