Skip to content

Commit

Permalink
Update . .
Browse files Browse the repository at this point in the history
  • Loading branch information
krlan2789 committed Feb 19, 2024
1 parent 0404d27 commit aa518ca
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 1 deletion.
55 changes: 55 additions & 0 deletions 404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
<!DOCTYPE html>
<html lang="en" class="scroll-smooth">

<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-P8GM84YS35"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());

gtag('config', 'G-P8GM84YS35');
</script>

<meta charset="UTF-8">
<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico?">
<meta name="viewport" content="width=device-width, initial-scale=1.0">

<meta name="title" content="Erlan Kurnia | LAN">
<meta name="description"
content="Hello, I'm Erlan Kurnia, Unity Developer, 'to entertain a group, you don't have to join that group'.">

<meta property="og:type" content="website">
<meta property="og:url" content="https://erlankurnia.github.io/">
<meta property="og:title" content="Erlan Kurnia | LAN">
<meta name="og:description"
content="Hello, I'm Erlan Kurnia, Unity Developer, 'to entertain a group, you don't have to join that group'.">

<meta name="twitter:title" content="Erlan Kurnia | LAN">
<meta name="twitter:description"
content="Hello, I'm Erlan Kurnia, Unity Developer, 'to entertain a group, you don't have to join that group'.">
<meta name="twitter:url" content="https://erlankurnia.github.io/">
<meta name="twitter:card" content="summary">

<meta name="google-site-verification" content="UnQC1jRpr6ckhYBgUvr3mYCzIbcRwrJ4OvJmhISHULg" />

<title>Erlan Kurnia</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link
href="https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,400&display=swap"
rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css"
integrity="sha512-z3gLpd7yknf1YoNbCzqRKc4qyor8gaKU1qmn+CShxbuBusANI9QpRohGBreCFkKxLhei6S9CQXFEbbKuqLg0DA=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
</head>

<body>
<div id="app"></div>
<script async src="https://analytics.eu.umami.is/script.js"
data-website-id="3575b0ce-f2fb-4432-af77-6d4a07edf473"></script>
<script type="module" src="/src/main.js"></script>
</body>

</html>
2 changes: 1 addition & 1 deletion src/views/HomeView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<ContactComponent class="bg-tertiary"></ContactComponent>
</template>

<script setup>
<script>
import HeroComponent from "../components/HeroComponent.vue";
import IntroComponent from "../components/IntroComponent.vue";
import ContactComponent from "../components/ContactComponent.vue";
Expand Down

0 comments on commit aa518ca

Please sign in to comment.