-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
24 lines (24 loc) · 874 Bytes
/
Copy pathindex.html
File metadata and controls
24 lines (24 loc) · 874 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/png" href="/favicon.ico" />
<meta
name="viewport"
content="minimum-scale=1, initial-scale=1, width=device-width, shrink-to-fit=no"
/>
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<meta name="og:title" content="J. Roberto CC" />
<meta property="og:site_name" content="J. Roberto CC" />
<meta name="og:type" content="website" />
<meta name="description" content="Personal website." />
<meta property="og:description" content="Personal website." />
<meta name="og:email" content="rrc0138@gmail.com" />
<meta property="og:url" content="http://jrobcc.com/#/" />
<title>Roberto CC</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/index.tsx"></script>
</body>
</html>