create-revo 1.2.6 → 1.2.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/template/index.html +6 -6
package/package.json
CHANGED
package/template/index.html
CHANGED
|
@@ -2,15 +2,15 @@
|
|
|
2
2
|
<html lang="en">
|
|
3
3
|
<head>
|
|
4
4
|
<meta charset="UTF-8" />
|
|
5
|
-
<link rel="icon" type="image/svg+xml" href="/revo.
|
|
5
|
+
<link rel="icon" type="image/svg+xml" href="/revo.svg" />
|
|
6
6
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
7
7
|
<title>Revo</title>
|
|
8
8
|
<meta name="author" content="Tarun Gupta" />
|
|
9
|
-
<!-- <meta name="keywords" content="" />
|
|
10
|
-
<meta name="description" content=""/>
|
|
11
|
-
<meta property="og:image" content="" />
|
|
12
|
-
<meta property="og:title" content="" />
|
|
13
|
-
<meta property="og:description" content="" /> -->
|
|
9
|
+
<!-- <meta name="keywords" content="" /> -->
|
|
10
|
+
<!-- <meta name="description" content=""/> -->
|
|
11
|
+
<!-- <meta property="og:image" content="" /> -->
|
|
12
|
+
<!-- <meta property="og:title" content="" /> -->
|
|
13
|
+
<!-- <meta property="og:description" content="" /> -->
|
|
14
14
|
</head>
|
|
15
15
|
<body>
|
|
16
16
|
<div id="root"></div>
|