create-sip 0.10.2 → 0.10.4
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/expressapi/package.json
CHANGED
package/package.json
CHANGED
|
@@ -10,17 +10,17 @@ Licenc: MIT
|
|
|
10
10
|
-->
|
|
11
11
|
|
|
12
12
|
<!DOCTYPE html>
|
|
13
|
-
<html lang="
|
|
13
|
+
<html lang="en">
|
|
14
14
|
<head>
|
|
15
15
|
<meta charset="UTF-8">
|
|
16
|
-
<title>
|
|
16
|
+
<title>Sip</title>
|
|
17
17
|
<link rel="stylesheet" href="bootstrap.css">
|
|
18
18
|
<link rel="stylesheet" href="style.css">
|
|
19
19
|
</head>
|
|
20
20
|
<body>
|
|
21
21
|
<div class="container">
|
|
22
|
-
<h1>
|
|
23
|
-
<p>The website generated by
|
|
22
|
+
<h1>Sip</h1>
|
|
23
|
+
<p>The website generated by Sip.</p>
|
|
24
24
|
|
|
25
25
|
</div>
|
|
26
26
|
<script src="bootstrap.js"></script>
|
|
@@ -10,17 +10,17 @@ Licenc: MIT
|
|
|
10
10
|
-->
|
|
11
11
|
|
|
12
12
|
<!DOCTYPE html>
|
|
13
|
-
<html lang="
|
|
13
|
+
<html lang="en">
|
|
14
14
|
<head>
|
|
15
15
|
<meta charset="UTF-8">
|
|
16
|
-
<title>
|
|
16
|
+
<title>Sip</title>
|
|
17
17
|
<link rel="stylesheet" href="bootstrap.css">
|
|
18
18
|
<link rel="stylesheet" href="style.css">
|
|
19
19
|
</head>
|
|
20
20
|
<body>
|
|
21
21
|
<div class="container">
|
|
22
|
-
<h1>
|
|
23
|
-
<p>The website generated by
|
|
22
|
+
<h1>Sip</h1>
|
|
23
|
+
<p>The website generated by Sip.</p>
|
|
24
24
|
|
|
25
25
|
</div>
|
|
26
26
|
<script src="bootstrap.js"></script>
|
package/webnodejs/src/index.html
CHANGED
package/webpage/index.html
CHANGED
|
File without changes
|