Skip to content

Commit 95ae604

Browse files
committed
build
1 parent 3d4d4c5 commit 95ae604

10 files changed

+16
-7
lines changed

example/fireworks.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
<html>
22
<head>
33
<title>Fireworks</title>
4+
<meta name="viewport" content="width=device-width,user-scalable=no" />
5+
<meta name="apple-mobile-web-app-capable" content="yes" />
6+
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
7+
<meta name="robots" content="noindex,nofollow" />
48
<style>
59
body {
610
background-color: #222;

example/hello-webgl.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44
<meta charset="utf-8">
55
<title>Hello, WebGL!</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7-
<meta name="description" content="">
8-
<meta name="author" content="">
7+
<meta name="robots" content="noindex,nofollow">
98

109
<!-- Le styles -->
1110
<link href="../assets/css/bootstrap.css" rel="stylesheet">

example/hello-world.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44
<meta charset="utf-8">
55
<title>Hello, JSX!</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7-
<meta name="description" content="">
8-
<meta name="author" content="">
7+
<meta name="robots" content="noindex,nofollow">
98

109
<!-- Le styles -->
1110
<link href="../assets/css/bootstrap.css" rel="stylesheet">

example/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<meta charset="utf-8">
55
<title>JSX Web Application Examples</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7+
<meta name="robots" content="noindex,nofollow">
78

89
<!-- Le styles -->
910
<link href="../assets/css/bootstrap.css" rel="stylesheet">

example/js-fireworks.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
<html>
22
<head>
33
<title>Fireworks (JS)</title>
4+
<meta name="viewport" content="width=device-width,user-scalable=no" />
5+
<meta name="apple-mobile-web-app-capable" content="yes" />
6+
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
7+
<meta name="robots" content="noindex,nofollow" />
48
<style>
59
body {
610
background-color: #222;

example/sakura.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<meta name="viewport" content="width=device-width,user-scalable=no" />
77
<meta name="apple-mobile-web-app-capable" content="yes" />
88
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
9+
<meta name="robots" content="noindex,nofollow" />
910

1011
<style>
1112
body {

example/shooting.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<meta name="viewport" content="width=device-width,user-scalable=no" />
55
<meta name="apple-mobile-web-app-capable" content="yes" />
66
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
7+
<meta name="robots" content="noindex,nofollow" />
78

89
<style>
910
body {

index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<meta charset="utf-8">
55
<title>JSX - Statically-typed, object-oritented programming lauguage</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7+
<meta name="robots" content="noindex,nofollow">
78

89
<!-- Le fav and touch icons -->
910
<link rel="shortcut icon" href="assets/favicon.ico">

source-map/index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44
<meta charset="utf-8">
55
<title>Debug with SourceMap</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7-
<meta name="description" content="">
8-
<meta name="author" content="">
7+
<meta name="robots" content="noindex,nofollow">
98

109
<!-- Le styles -->
1110
<link href="../assets/css/bootstrap.css" rel="stylesheet">

0 commit comments

Comments
 (0)