-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
68 lines (57 loc) · 3.12 KB
/
Copy pathindex.html
File metadata and controls
68 lines (57 loc) · 3.12 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
<!DOCTYPE html>
<html lang="id">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Dian Adi Nugroho</title>
<!-- TOKEN SEARCH ENGINE -->
<!--
<meta content='#tokenyandex' name='yandex-verification'/>
<meta content='#tokenbing' name='msvalidate.01'/>
<meta content='#tokengoogle' name='google-site-verification'/>
-->
<!-- LANGUAGE DIRECTORY -->
<link rel="alternate" hreflang="en" href="/" />
<link rel="alternate" hreflang="id" href="/" />
<!--
<meta itemprop="name" content="Bootstrap Gallery - free examples, templates & tutorial"/>
<meta itemprop="description" content="Responsive galleries created with Bootstrap 5. Image gallery, video gallery, photo gallery, full-page, eCommerce, lightbox, slider, thumbnails, & more."/>
<meta itemprop="image" content="https://mdbcdn.b-cdn.net/docs/standard/extended/gallery/src/assets/featured.jpg"/>
-->
<!--
<meta property="og:title" content="Judul Konten Anda">
<meta property="og:description" content="Deskripsi Konten Anda">
<meta property="og:image" content="URL_GAMBAR_KONTEN">
<meta property="og:url" content="URL_HALAMAN_KONTEN">
<meta property="og:type" content="website">
<meta property="og:site_name" content="Dian Nugroho | Official" />
<meta property="og:locale" content="id_ID" />
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Judul Konten Anda">
<meta name="twitter:description" content="Deskripsi Konten Anda">
<meta name="twitter:image" content="URL_GAMBAR_KONTEN">
-->
<meta name="description" content="Personal Website (Website Pribadi) milik Dian Adi Nugroho yang dibuat menggunakan VueJS3 beserta tailwind. Website ini dibuat dengan tujuan untuk showcase skill dalam membangun website Front End Web Development." />
<meta name="keywords" content="dianadi021, dianskuad, dian skuad, dian nugroho, dian adi nugroho" />
<!-- <meta name="image" content="#" /> -->
<meta name="author" content="Dian Nugroho" />
<meta name="language" content="Indonesia" />
<meta name="language" content="English" />
<meta name="geo.placename" content="Indonesia" />
<meta name="geo.country" content="id" />
<meta name="webcrawlers" content="all" />
<meta name="rating" content="general" />
<meta name="spiders" content="all" />
<link rel="stylesheet" href="/assets/scripts/local/css/app.css" />
<script src="/assets/scripts/vendor/jquery/jquery.js"></script>
<script src="/assets/scripts/local/js/controller.js"></script>
<script src="/assets/scripts/vendor/jquery/jquery-ui.js"></script>
<script src="/assets/scripts/vendor/jquery/jquery.datetimepicker.full.min.js"></script>
<script src="/assets/scripts/vendor/font-awesome/all.min.js"></script>
<script type="module" crossorigin src="/assets/index-Bp5_xwfa.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-D6Mltj__.css">
</head>
<body id="app" class="flex flex-wrap w-full">
</body>
</html>