-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1ad6528
commit 55d2e79
Showing
8 changed files
with
691 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,30 @@ | ||
<!doctype html> | ||
<html lang="id"> | ||
<head> | ||
|
||
<head> | ||
<meta charset="utf-8" /> | ||
<link rel="icon" href="/images/favicon.ico" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1" /> | ||
<meta name="theme-color" content="#d50000" /> | ||
<meta name="description" content="Simulasi menghitung potongan pada proses grading kelapa sawit" /> | ||
<link rel="apple-touch-icon" href="/images/maskable192.png" /> | ||
<!-- <link rel="manifest" href="manifest.json" /> --> | ||
<link rel="icon" href="/images/favicon.ico" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1" /> | ||
<meta name="theme-color" content="#d50000" /> | ||
<meta name="description" content="Simulasi menghitung potongan pada proses grading kelapa sawit" /> | ||
<link rel="apple-touch-icon" href="/images/maskable192.png" /> | ||
<link rel="manifest" href="/manifest.webmanifest" /> | ||
|
||
<title>Simulasi Grading Sawit</title> | ||
|
||
<title>Simulasi Grading Sawit</title> | ||
<meta property="og:title" content="Simulasi Grading Sawit"> | ||
<meta property="og:type" content="website" /> | ||
<meta property="og:image" content="/images/thumbnail.png"> | ||
<meta property="og:url" content="/"> | ||
<meta name="twitter:card" content="/images/thumbnail.png"> | ||
|
||
<meta property="og:title" content="Simulasi Grading Sawit"> | ||
<meta property="og:type" content="website" /> | ||
<meta property="og:image" content="/images/thumbnail.png"> | ||
<meta property="og:url" content="/"> | ||
<meta name="twitter:card" content="/images/thumbnail.png"> | ||
<meta property="og:description" content="Simulasi menghitung potongan pada proses grading kelapa sawit"> | ||
<meta property="og:site_name" content="Simulasi Grading Sawit"> | ||
</head> | ||
|
||
<meta property="og:description" content="Simulasi menghitung potongan pada proses grading kelapa sawit"> | ||
<meta property="og:site_name" content="Simulasi Grading Sawit"> | ||
</head> | ||
<body> | ||
<body> | ||
<div id="root"></div> | ||
<script type="module" src="/src/main.tsx"></script> | ||
</body> | ||
</html> | ||
</body> | ||
|
||
</html> |
Oops, something went wrong.