-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
36 lines (33 loc) · 1.66 KB
/
index.html
File metadata and controls
36 lines (33 loc) · 1.66 KB
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
33
34
35
36
<!DOCTYPE html>
<html lang="en">
<head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb#">
<meta charset="utf-8">
<title>DIGEST-Web</title>
<meta name="description" content="In silico validation of disease and gene sets, clusterings, or subnetworks.">
<!-- Facebook Meta Tags -->
<meta property="og:url" content="https://digest-validation.net/">
<meta property="og:type" content="website">
<meta property="og:title" content="Digest-Web">
<meta property="og:description" content="In silico validation of disease and gene sets, clusterings, or subnetworks.">
<meta property="og:image" content="https://digest-validation.net/static/assets/digest_logo.png">
<!-- Twitter Meta Tags -->
<meta name="twitter:card" content="summary_large_image">
<meta property="twitter:domain" content="digest-validation.net">
<meta property="twitter:url" content="https://digest-validation.net/">
<meta name="twitter:title" content="Digest-Web">
<meta name="twitter:description" content="In silico validation of disease and gene sets, clusterings, or subnetworks.">
<meta name="twitter:image" content="https://digest-validation.net/static/assets/digest_logo.png">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<link rel="icon" href="/static/favicon.png">
</head>
<body>
<noscript>
<strong>We're sorry but DIGEST-Web doesn't work properly without JavaScript enabled.
Please enable it to continue.</strong>
</noscript>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
<!-- built files will be auto injected -->
</body>
</html>