Skip to content

Commit

Permalink
Added copyright header
Browse files Browse the repository at this point in the history
  • Loading branch information
thfries committed Jun 22, 2022
1 parent caaa70d commit e6dc1a9
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions ui/index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
<!--
~ Copyright (c) 2022 Contributors to the Eclipse Foundation
~
~ See the NOTICE file(s) distributed with this work for additional
~ information regarding copyright ownership.
~
~ This program and the accompanying materials are made available under the
~ terms of the Eclipse Public License 2.0 which is available at
~ http://www.eclipse.org/legal/epl-2.0
~
~ SPDX-License-Identifier: EPL-2.0
-->
<html lang="en">
<head>
<title>ditto explorer</title>
<title>Eclipse Ditto™ explorer</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
Expand Down Expand Up @@ -62,4 +74,4 @@
</div>
<div id="authorizationHTML"></div>
</body>
</html>
</html>

0 comments on commit e6dc1a9

Please sign in to comment.