-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathindex.html
32 lines (27 loc) · 1.4 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
32
<!doctype html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title></title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Icon fonts stylesheet -->
<link rel="stylesheet" href="https://ebi.emblstatic.net/web_guidelines/EBI-Icon-fonts/v1.2/fonts.css" type="text/css" media="all"/>
</head>
<body>
<div style="width:99%;margin: 50px auto">
<protvista-pdb accession="Q04771"></protvista-pdb>
<!-- <protvista-pdb entry-id="1cbs" entity-id="1"></protvista-pdb> -->
</div>
<script src="https://d3js.org/d3.v4.min.js" charset="utf-8" defer></script>
<!-- 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>
<!-- ProtVista PDB Web-Component script -->
<script src="dist/protvista-pdb-3.3.1.js" charset="utf-8" defer></script>
</body>
</html>