-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
26 lines (24 loc) · 904 Bytes
/
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
<!DOCTYPE HTML>
<!--
* This file is part of the "ro-crate2html" library
* Copyright 2023 Nicolas CARPi @ Deltablot
* License MIT
* https://github.com/deltablot/ro-crate2html
-->
<html lang='en'>
<head>
<meta http-equiv='Content-type' content='text/html;charset=UTF-8' />
<link rel='icon' type='image/ico' href='favicon.ico' />
<link rel='stylesheet' type='text/css' href='https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css'>
<link rel='stylesheet' type='text/css' href='styles.css'>
</head>
<body>
<div class='container-fluid'>
<h1>ro-crate2html demo page</h1>
<script src='main.js' type='module'></script>
<h2>Example 1</h2>
<div id='ro-crate-metadata.json' data-file='ro-crate-metadata.json'></div>
<h2>Example 2</h2>
<div id='ro-crate-metadata-multi.json' data-file='ro-crate-metadata-multi.json'></div>
</body>
</html>