Repository: flex-asjs Updated Branches: refs/heads/develop 1026ec722 -> 244a5d069
sample html template for js Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/244a5d06 Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/244a5d06 Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/244a5d06 Branch: refs/heads/develop Commit: 244a5d06953f5aa0fdd494e8b92f03ab15297b49 Parents: 1026ec7 Author: Alex Harui <[email protected]> Authored: Tue Sep 27 12:05:16 2016 -0700 Committer: Alex Harui <[email protected]> Committed: Tue Sep 27 12:05:25 2016 -0700 ---------------------------------------------------------------------- templates/js-index-template.html | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/244a5d06/templates/js-index-template.html ---------------------------------------------------------------------- diff --git a/templates/js-index-template.html b/templates/js-index-template.html new file mode 100644 index 0000000..00e759e --- /dev/null +++ b/templates/js-index-template.html @@ -0,0 +1,28 @@ +<!-- + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> +<!DOCTYPE html> +<html> +<head> + <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> + <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> + <link rel="stylesheet" type="text/css" href="${application}.css"> +${head} +</head> +<body> +${body} +</body> +</html> \ No newline at end of file
