@decimaloide/tizentest 0.0.1
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/index.html +12 -0
- package/package.json +13 -0
package/index.html
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
<html>
|
|
2
|
+
<head>
|
|
3
|
+
<meta charset="UTF-8" />
|
|
4
|
+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
5
|
+
<title>Tizen Test</title>
|
|
6
|
+
<meta name="description" content="Fuck you" />
|
|
7
|
+
<meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests />
|
|
8
|
+
</head>
|
|
9
|
+
<body>
|
|
10
|
+
<div id="terminal">Outdated</div>
|
|
11
|
+
</body>
|
|
12
|
+
</html>
|
package/package.json
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@decimaloide/tizentest",
|
|
3
|
+
"version": "0.0.1",
|
|
4
|
+
"author":"decimaloide",
|
|
5
|
+
"type": "module",
|
|
6
|
+
"packageType": "mods",
|
|
7
|
+
"websiteURL": "http://192.168.29.221:8080",
|
|
8
|
+
"appName": "Tizen redirect test",
|
|
9
|
+
"description": "Tizen test",
|
|
10
|
+
"publishConfig": {
|
|
11
|
+
"access": "public"
|
|
12
|
+
}
|
|
13
|
+
}
|