Skip to content

Commit 317746f

Browse files
committed
Add public folder with index.html and favicon.ico
Signed-off-by: Olga Bulat <obulat@gmail.com>
1 parent 5899a5b commit 317746f

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed

public/favicon.ico

32.2 KB
Binary file not shown.

public/index.html

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8">
5+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
6+
<meta name="viewport" content="width=device-width,initial-scale=1.0">
7+
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
8+
<meta name="twitter:card" content="summary" />
9+
<meta name="twitter:site" content="@creativecommons" />
10+
<meta name="twitter:creator" content="@creativecommons" />
11+
<meta property="og:url" content="https://creativecommons.org/choose/" />
12+
<meta property="og:title" content="Creative Commons License Chooser" />
13+
<meta property="og:description" content="This chooser helps you determine which Creative Commons License is right for you in a few easy steps." />
14+
<meta property="og:image" content="https://d15omoko64skxi.cloudfront.net/wp-content/uploads/2019/11/WP-Plugin-Screenshot-440x250.png" />
15+
<meta property="og:locale" content="en_US" />
16+
<meta property="og:locale:alternate" content="ru_RU" />
17+
<title>Creative Commons License Chooser</title>
18+
</head>
19+
<body>
20+
<noscript>
21+
<strong>We're sorry but hello doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
22+
</noscript>
23+
<div id="app"></div>
24+
<!-- built files will be auto injected -->
25+
</body>
26+
</html>

0 commit comments

Comments
 (0)