forked from FormidableLabs/victory-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
32 lines (31 loc) · 1.56 KB
/
index.html
File metadata and controls
32 lines (31 loc) · 1.56 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Victory</title>
<meta name="description" content="A collection of composable React components for building interactive data visualizations.">
<meta property="og:site_name" content="Victory" />
<meta property="og:type" content="website" />
<meta property="og:url" content="http://www.formidable.com/open-source/victory/" />
<meta property="og:image" content="./static/og-image.png" />
<meta property="og:description" content="A collection of composable React components for building interactive data visualizations." />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="./static/favicon.ico" type="image/x-icon">
<base href="/" />
<!-- Fonts -->
<link href="https://formidable.com/open-source/fonts.css" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Playfair+Display:400,400i" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Andada" rel="stylesheet">
<script src="https://use.typekit.net/txh3mim.js"></script>
<script>try{Typekit.load({ async: true });}catch(e){}</script>
<!-- Code Mirror -->
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/codemirror/5.0.0/codemirror.min.css"/>
</head>
<body>
<div id="content">
<p style="text-align: center;">Oops! Something is broken or JavaScript is not enabled.</p>
</div>
<script async defer type="text/javascript" src="main.js"></script>
</body>
</html>