-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
36 lines (33 loc) · 1.85 KB
/
index.html
File metadata and controls
36 lines (33 loc) · 1.85 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
<!DOCTYPE html>
<html lang="en" class="scroll-smooth">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="shortcut icon" href="/src/favicon.ico">
<title>Multimodal Visualization Authoring</title>
<meta property="og:type" content="website">
<meta property="og:title" content="Multimodal Interaction">
<meta property="og:description" content="An interactive website for exploring the survey results of multimodal viusualization authoring tools">
<meta
property="og:image"
content="https://private-user-images.githubusercontent.com/9922882/327979734-bb9d2522-1b7f-49bc-bdc7-490f05658639.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MTQ4NjUwMjUsIm5iZiI6MTcxNDg2NDcyNSwicGF0aCI6Ii85OTIyODgyLzMyNzk3OTczNC1iYjlkMjUyMi0xYjdmLTQ5YmMtYmRjNy00OTBmMDU2NTg2MzkucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI0MDUwNCUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNDA1MDRUMjMxODQ1WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9MzZkODliNDMzOGIwOTFlZGQ3M2FmMjVmNjIxYWY4N2ZjMzc4MTQ4ZTI2NDY5ZGY1MTkwOTAxOTgzOTZiMDAxMyZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QmYWN0b3JfaWQ9MCZrZXlfaWQ9MCZyZXBvX2lkPTAifQ.XNsBcxw8TamvxLME9K3kLCX39KvWqMTAsBszVGWr_08"
>
<script src="https://cdn.tailwindcss.com"></script>
<script>
tailwind.config = {
theme: {
fontFamily: {
'sans': ['Inter', 'Helvetica Neue', 'Helvetica', 'Arial', 'sans-serif']
}
}
}
</script>
<link
href="https://fonts.googleapis.com/css?family=Inter:400,700"
rel="stylesheet">
</head>
<body style="background: #FAFAFA; color: #000">
<script type="module" src="/src/index.tsx"></script>
<div id="root"></div>
</body>
</html>