-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
47 lines (45 loc) · 2.81 KB
/
index.html
File metadata and controls
47 lines (45 loc) · 2.81 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
37
38
39
40
41
42
43
44
45
46
47
<!doctype html>
<html lang="en" class="vf-no-js | vf-smooth-scroll">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<base href="/">
<link rel="stylesheet" media="all" href="https://dev.assets.emblstatic.net/vf/develop/css/styles.css"/>
<!--
Want to build a site with the Visual Framework?
---
You can copy the CSS and JS you find here, but for the best experience see the building guide:
https://stable.visual-framework.dev/building/
-->
<title>The Visual Framework for life science websites | The Visual Framework</title>
<link rel="shortcut icon" href="https://assets.emblstatic.net/vf/v2.5.0/assets/vf-favicon/assets/favicon.ico">
<link rel="apple-touch-icon" sizes="180x180" href="https://assets.emblstatic.net/vf/v2.5.0/assets/vf-favicon/assets/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="https://assets.emblstatic.net/vf/v2.5.0/assets/vf-favicon/assets/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="https://assets.emblstatic.net/vf/v2.5.0/assets/vf-favicon/assets/favicon-16x16.png">
<link rel="manifest" href="https://assets.emblstatic.net/vf/v2.5.0/assets/vf-favicon/assets/site.webmanifest">
<link rel="mask-icon" href="https://assets.emblstatic.net/vf/v2.5.0/assets/vf-favicon/assets/safari-pinned-tab.svg" color="#ffffff">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="theme-color" content="#ffffff">
<!-- Descriptive meta -->
<meta name="title" content="The Visual Framework for life science websites">
<meta name="author" content="EMBL">
<meta name="robots" content="index, follow">
<meta name="keywords" content="">
<meta name="description" content="With a focus on compatibility, portability and sane UX defaults">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://stable.visual-framework.dev//">
<meta property="og:title" content="The Visual Framework for life science websites">
<meta property="og:description" content="With a focus on compatibility, portability and sane UX defaults">
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="og:url" content="https://stable.visual-framework.dev//">
<meta property="twitter:title" content="The Visual Framework for life science websites">
<meta property="twitter:description" content="With a focus on compatibility, portability and sane UX defaults">
<!-- Feed -->
<link href="https://stable.visual-framework.dev/feed.xml" type="application/rss+xml" rel="alternate" title="Visual Framework updates and announcements">
</head>
<body class=" vf-body | vf-stack">
<app-root></app-root>
</body>
</html>