-
-
Notifications
You must be signed in to change notification settings - Fork 163
/
Copy pathindex.html
33 lines (32 loc) · 1.69 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
33
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<link rel="shortcut icon" href="src/assets/cc.svg" />
<link rel="icon" type="image/png" href="https://d15omoko64skxi.cloudfront.net/wp-content/uploads/2016/05/cc-site-icon-150x150.png" sizes="32x32">
<link rel="icon" type="image/png" href="https://d15omoko64skxi.cloudfront.net/wp-content/uploads/2016/05/cc-site-icon-300x300.png" sizes="192x192">
<link rel="apple-touch-icon-precomposed" href="https://d15omoko64skxi.cloudfront.net/wp-content/uploads/2016/05/cc-site-icon-300x300.png">
<title><%= htmlWebpackPlugin.options.title %></title>
<meta property="og:title" content="Choose a License">
<meta property="of:type" content="website">
<meta property="og:url" content="creativecommons.org/choose/">
<meta name="og:image" content="{{ state.image && state.image.url ? state.image.url : 'https://ccsearch.creativecommons.org/static/img/cc-logo_large_black.png'}}">
<meta property="og:description" content="Want to license your work with Creative Commons, but not sure where to start, or which license is right for you? Use our license chooser!">
<meta name="twitter:site" content="@creativecommons">
<meta name="twitter:site" content="https://creativecommons.org">
<meta name="twitter:card" content="summary_large_image">
<noscript>
Sorry, but the Creative Commons License Chooser requires that JavaSript be enabled to work.
<style>
#app {
opacity: 0 !important;
}
</style>
</noscript>
</head>
<body>
<div id="app"></div>
<!-- built files will be auto injected -->
</body>
</html>