-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
25 lines (25 loc) · 954 Bytes
/
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
24
25
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<!-- <link rel="icon" href="/favicon.ico"> -->
<link rel="shortcut icon" type="image/jpg" href="/images/Heromain.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="description"
content=" My name is Anuoluwapo Abolarin and i am a detail-oriented front end developer. I create captivating designs and curate
interactive web experiences for amazing people using cool technologies such
as HTML, CSS and Javascript / Typescript coupled with frameworks such
as Bootstrap CSS, VueJS, NuxtJS, Vite, VueX, Pinia, etc."
/>
<title>Anuoluwapo Abolarin</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
<script type="module">
import { Buffer } from "buffer";
window.Buffer = Buffer;
</script>
</body>
</html>