-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
30 lines (28 loc) · 1.46 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>A Moderately More Useful WebR Experiment?</title>
<meta property="og:title" content="A Moderately More Useful WebR Experiment?">
<meta property="twitter:title" content="A Moderately More Useful WebR Experiment?">
<meta property="og:description" content="Select a data file (CSV) and let WebR (& Arquero) 'analyze' it for you!">
<meta property="twitter:description" content="Select a data file (CSV) and let WebR (& Arquero) 'analyze' it for you!">
<meta property="og:site" content="https://rud.is/w/webr-file">
<meta property="og:site_name" content="WebR Exeriments">
<meta property="og:image:url" content="https://rud.is/w/webr-file/img/preview.png">
<meta property="og:image:width" content="1536">
<meta property="og:image:height" content="768">
<meta property="og:image:alt" content="example">
<meta property="twitter:site_name" content="@hrbrmstr">
<meta property="twitter:domain" content="rud.is">
<meta property="twitter:image" content="https://rud.is/w/webr-file/img/preview.png">
<meta property="twitter:card" content="summary_large_image">
<meta property="article:published_time" content="2023-03-28T07:18:51.680Z">
<script type="module" src="./main.js"></script>
<link rel="stylesheet" href="./css/style.css">
</head>
<body id="content">
<p style="text-align:center">⏳ Hang tight! 🧪 Experiment is rendering.</p>
</body>
</html>