Skip to content

Commit 0b02f56

Browse files
committed
updated index
1 parent a81d1a4 commit 0b02f56

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

index.html

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,13 @@
1616
<noscript>
1717
<link rel="stylesheet" href="assets/css/noscript.css" />
1818
</noscript>
19+
<link rel="stylesheet" href="https://hptwsvzl74virbuw.public.blob.vercel-storage.com/prod/webjs1.0/styles.css">
1920
</head>
2021

21-
<body>
2222

23+
<body>
2324
<!-- Wrapper -->
25+
2426
<div id="wrapper">
2527

2628
<!-- Header -->
@@ -1549,6 +1551,16 @@ <h3 class="major">Form</h3>
15491551
<script src="assets/js/main.js"></script>
15501552
<script src="assets/js/load_publications.js"></script>
15511553

1554+
<div id="accelai-root"></div>
1555+
<script src="https://hptwsvzl74virbuw.public.blob.vercel-storage.com/prod/webjs1.0/app.js">
1556+
</script>
1557+
<script>
1558+
window.onload = function() {
1559+
window.renderApp({
1560+
appKey: "ACCELAI_APP_A87FF679_VSXNATZ7GRLKB4YDZURGF",
1561+
});
1562+
};
1563+
</script>
15521564
</body>
15531565

15541566
</html>

0 commit comments

Comments
 (0)