-
Notifications
You must be signed in to change notification settings - Fork 6
/
index.html
23 lines (23 loc) · 1.21 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>راهنما و برگهتقلب لاراول</title>
<meta name="author" content="MahdiyarGHD">
<meta name="color-scheme" content="dark">
<meta property="og:title" content="راهنما و برگهتقلب فارسی لاراول">
<meta property="og:site_name" content="راهنمای فارسی لاراول">
<meta property="og:url" content="https://laravelguide.ir">
<meta property="og:description" content="اولین راهنما و برگهتقلب فارسی لاراول :)">
<meta name="description" content="اولین راهنما و برگهتقلب فارسی لاراول :)">
<meta name="keyword" content="چیتشیت,چیت شیت,راهنما, لاراول,laravel,laravel guide,برگه تقلب,cheat sheet, laravel cheatsheet">
<meta property="og:type" content="website">
<meta property="og:image" content="/favicon.ico">
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>