-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
25 lines (21 loc) · 1.26 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
<!doctype html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>bioschemas-protein-render-demo</title>
</head>
<body>
<bioschemas-protein-render accession="P05067"/>
<!-- Required for IE11 -->
<script src="https://cdn.jsdelivr.net/npm/babel-polyfill/dist/polyfill.min.js"></script>
<!-- Web component polyfill (only loads what it needs) -->
<script src="https://cdn.jsdelivr.net/npm/@webcomponents/webcomponentsjs/webcomponents-lite.js" charset="utf-8"></script>
<!-- Required to polyfill modern browsers as code is ES5 for IE... -->
<script src="https://cdn.jsdelivr.net/npm/@webcomponents/webcomponentsjs/custom-elements-es5-adapter.js" charset="utf-8"></script>
<script src="https://cdn.jsdelivr.net/npm/protvista-uniprot-entry-adapter/dist/ProtVistaUniProtEntryAdapter.js" charset="utf-8" defer></script>
<script src="https://cdn.jsdelivr.net/npm/data-loader@latest/dist/index.js" charset="utf-8" defer></script>
<script src="https://cdn.jsdelivr.net/npm/bioschemas-uniprot-adapater/dist/BioschemasUniProtAdapter.js" charset="utf-8" defer></script>
<script src="https://cdn.jsdelivr.net/npm/bioschemas-protein-render/dist/BioschemasProteinRender.js" charset="utf-8" defer></script>
</body>
</html>