-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
39 lines (35 loc) · 2.04 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<meta name="description" content="Anthropomorphic Expressions Towards Robots">
<!-- Facebook -->
<meta prefix="og: http://ogp.me/ns#" property="og:title" content="Anthropomorphic Expressions Towards Robots">
<meta prefix="og: http://ogp.me/ns#" property="og:description" content="Predicting Anthropomorphic Attitudes Towards Robots based on Physical Facial Expressions and Attributes">
<meta prefix="og: http://ogp.me/ns#" property="og:type" content="website">
<meta prefix="og: http://ogp.me/ns#" property="og:image" content="<%= BASE_URL %>robots.jpg">
<meta prefix="og: http://ogp.me/ns#" property="og:image:width" content="1200">
<meta prefix="og: http://ogp.me/ns#" property="og:image:height" content="630">
<meta prefix="og: http://ogp.me/ns#" property="og:url" content="https://www.anthropomorphic-expressions.live">
<!-- Twitter -->
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Anthropomorphic Expressions Towards Robots">
<meta name="twitter:description" content="Predicting Robot-Anthropomorphism from Facial Expressions">
<meta name="twitter:image" content="https://www.anthropomorphic-expressions.live/robots.jpg">
<meta name="twitter:image:alt" content="Robots">
<link rel="icon" href="/favicon.ico">
<title>Anthropomorphic Expressions</title>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@mdi/font@latest/css/materialdesignicons.min.css">
</head>
<body>
<noscript>
<p>We're sorry but this app doesn't work properly without JavaScript enabled. Please enable it to continue.</p>
</noscript>
<div id="app"></div>
<script src="affdex.js"></script>
<script type="module" src="/src/main.js"></script>
</body>
</html>