-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
44 lines (40 loc) · 1.74 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
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta name="theme-color" content="#000000" />
<link rel="manifest" href="/manifest.json" />
<link rel="shortcut icon" href="/logo.png" />
<meta name="description"
content="I provide the best and current trending UI/UX designs for the websites that suits the theme of the website" />
<meta name="description" content="I bring designs to life, I develop fast and accessible websites and webapps" />
<meta name="description"
content="I help startups improve their business/services by advising the best way to implement/add value to their products with tech solutions and I develop websites at cheap rates depending on the complexity of work" />
<meta name="keywords"
content="bm-dev, portfolio, portfolio website, web developer, designer, figma, react developer" />
<meta name="author" content="Benedict Steven" />
<link rel="apple-touch-icon" href="/logo.png" />
<title>Benedict's Portfolio</title>
</head>
<body>
<noscript>
You need to enable JavaScript to run this app.
</noscript>
<form name="contact" netlify netlify-honeypot="bot-field" hidden>
<input type="text" name="Name" />
<input type="email" name="Email" />
<input type="text" name="Subject" />
<textarea name="msg"></textarea>
</form>
<div id="app"></div>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-1W0ZW9RPLC"></script>
<script>
window.dataLayer = window.dataLayer || []
function gtag() { dataLayer.push(arguments) }
gtag('js', new Date())
gtag('config', 'G-1W0ZW9RPLC');
</script>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>