This is an automated email from the ASF dual-hosted git repository. gerben pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-annotator.git
commit 32fea01c03e577abdb813b7575d790a96fd4fd03 Author: Gerben <[email protected]> AuthorDate: Sat Apr 24 20:00:59 2021 +0200 Clean up remnants of in-browser tests See commit 6a42375 --- web/index.html | 5 +---- web/test/index.html | 24 ------------------------ 2 files changed, 1 insertion(+), 28 deletions(-) diff --git a/web/index.html b/web/index.html index 729f35e..0dd86da 100644 --- a/web/index.html +++ b/web/index.html @@ -51,11 +51,8 @@ under the License. </head> <body> <header> - <h1>Apache Annotator <small>(incubating)</small></h1> + <h1><a href="https://annotator.apache.org">Apache Annotator</a> <small>(incubating)</small></h1> </header> - <nav> - <a href="../">← Back</a> - </nav> <main> <h1>Selector Demonstration</h1> diff --git a/web/test/index.html b/web/test/index.html deleted file mode 100644 index 2d00bef..0000000 --- a/web/test/index.html +++ /dev/null @@ -1,24 +0,0 @@ -<!-- -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> - <meta charset="utf-8"> - <title>Apache Annotator (incubating) test suite</title> - <script src="index.js"></script> -</html>
