Skip to content

Commit

Permalink
resources: Implement simple meta tag
Browse files Browse the repository at this point in the history
Signed-off-by: Dicky Herlambang (花) <herlambangdicky5@gmail.com>
  • Loading branch information
Nicklas373 committed Apr 21, 2024
1 parent 10716dc commit e6d03b6
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions resources/views/includes/head-lite.blade.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="theme-color" content="#d1d5db">
<meta name="author" content="Dicky Herlambang"/>
<meta name="application-name" content="HANA PDF">
<meta name="copyright" content="HANA-CI Build Project">
<meta name="description" content="HANA PDF is your go-to solution for effortlessly managing your PDFs. We've designed it with simplicity in mind, so you can edit, combine, shrink, convert, and personalize your PDFs with just a few clicks."/>
<meta name="keywords" content="PDF, PDF Compress, PDF Convert, PDF Tools, PDF Tool"/>
<meta name='robots' content="index, follow">
<meta name='revisit-after' content="3 days">
<title>HANA PDF</title>
<link rel="icon" type="image/svg" href="{{ asset('assets/logo/ico.svg') }}">
<link rel="stylesheet" type="text/css" href="{{ asset('build/assets/font-C1ampFSP.css')}}" />
Expand Down
7 changes: 7 additions & 0 deletions resources/views/includes/head.blade.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="theme-color" content="#dee7ed">
<meta name="author" content="Dicky Herlambang"/>
<meta name="application-name" content="HANA PDF">
<meta name="copyright" content="HANA-CI Build Project">
<meta name="description" content="HANA PDF is your go-to solution for effortlessly managing your PDFs. We've designed it with simplicity in mind, so you can edit, combine, shrink, convert, and personalize your PDFs with just a few clicks."/>
<meta name="keywords" content="PDF, PDF Compress, PDF Convert, PDF Tools, PDF Tool"/>
<meta name='robots' content="index, follow">
<meta name='revisit-after' content="3 days">
<title>HANA PDF</title>
<link rel="icon" type="image/svg" href="{{ asset('assets/logo/ico.svg') }}">
<link rel="stylesheet" type="text/css" href="https://unpkg.com/@material-tailwind/html@latest/styles/material-tailwind.css" />
Expand Down

0 comments on commit e6d03b6

Please sign in to comment.