-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex_for_apache_Peters_page.html
More file actions
50 lines (50 loc) · 1.24 KB
/
index_for_apache_Peters_page.html
File metadata and controls
50 lines (50 loc) · 1.24 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<!DOCTYPE html>
<html>
<head>
<title>
Peter's Page
</title>
<meta
name="description"
content="My data science portfolio webpage." />
<meta
name="keywords"
content="datascience, R, entomology, shiny, bite force, insects" />
<meta
property="og:title"
content="Peter's Page" />
<meta
property="og:image"
content="http://64.226.71.197/img/Peter_T_Ruehr_Cuba_1.jpg" />
<meta
property="og:type"
content="website" />
<meta
property="og:site_name"
content="Peter's Page" />
<meta
property=“og:description“
content="My data science portfolio webpage." />
<meta
name="twitter:card"
content="summary_large_image" />
<meta
ame="twitter:title"
content="Peter's Page" />
<meta
name="twitter:description"
content="My data science portfolio webpage." />
<meta
name="twitter:image"
content="http://64.226.71.197/img/Peter_T_Ruehr_Cuba_1.jpg" />
<meta
name="twitter:site"
content="@Peter_Th_R" />
<meta
name="twitter:creator"
content="@Peter_Th_R" />
</head>
<body>
<iframe src="http://64.226.71.197/" title="PsyChild" frameborder="0" allowfullscreen="" style="position:absolute;top:0;left:0;width:100%;height:100%;"></iframe>
</body>
</html>