-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
30 lines (30 loc) · 1.38 KB
/
index.html
File metadata and controls
30 lines (30 loc) · 1.38 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
<html>
<head>
<title>Avi Perl | Homepage</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content="Avi Perl Homepage">
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta property="og:title" content="aviperl.github.io" />
<meta property="og:locale" content="en_US" />
<link rel="canonical" href="https://aviperl.com/" />
<meta property="og:url" content="https://aviperl.com/" />
<meta property="og:site_name" content="aviperlcom" />
<meta name="twitter:card" content="summary" />
<meta property="twitter:title" content="aviperl.com" />
<script type="application/ld+json">
{"description":"Avi Perl Homepage","url":"https://aviperl.com/","@type":"WebPage","headline":"aviperl.com","@context":"https://schema.org"}
</script>
<link rel="stylesheet" href="/assets/css/style.css?v=cf9ddf19edf37bb83584560f0f3bce6d07041429">
</head>
<body>
<div class="container-lg px-3 my-5 markdown-body">
<p align="center">
<h1>Hello, there. My name is Avi Perl.</h1>
<br>This website is currently under development.
<br>In the meanwhile, you can visit my <a href="https://www.linkedin.com/in/aviperl/">LinkedIn</a> page.
<br>Thanks for stopping by.
</p>
</div>
</body>
</html>