-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
31 lines (31 loc) · 1.67 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Telephones by region (Lit + WebR + OJS Plot)</title>
<meta property="og:title" content="Telephones by region (Lit + WebR + Plot)">
<meta property="twitter:title" content="Telephones by region (Lit + WebR + Plot)">
<meta property="og:description" content="Lit + WebR version of one of the original Shiny demo apps">
<meta property="twitter:description" content="Lit + WebR version of one of the original Shiny demo apps">
<meta property="og:site" content="https://rud.is/w/lit-webr-plot">
<meta property="og:site_name" content="WebR Exeriments">
<meta property="og:image:url" content="https://rud.is/w/lit-webr-plot/img/preview.png">
<meta property="og:image:width" content="1536">
<meta property="og:image:height" content="768">
<meta property="og:image:alt" content="Base R bar plot">
<meta property="twitter:site_name" content="@hrbrmstr">
<meta property="twitter:domain" content="rud.is">
<meta property="twitter:image" content="https://rud.is/w/lit-webr-plot/img/preview.png">
<meta property="twitter:card" content="summary_large_image">
<meta property="article:published_time" content="2023-03-25T14:11:25.986Z"></head>
<script type="module" src="./wc/select-list.js"></script>
<script type="module" src="./wc/region-plot.js"></script>
<script type="module" src="./wc/status-message.js"></script>
<script type="module" src="./main.js"></script>
<script src="https://cdn.jsdelivr.net/npm/shiki"></script>
<link rel="stylesheet" href="./css/style.css">
<body id="content">
<p style="text-align:center">⏳ Hang tight! 🧪 Experiment is rendering.</p>
</body>
</html>