Skip to content

Commit

Permalink
Added remaining tests and fixed template.html
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioCasCeb committed Oct 13, 2023
1 parent 3dd4cd5 commit 28e3c51
Show file tree
Hide file tree
Showing 2 changed files with 1,339 additions and 22 deletions.
16 changes: 10 additions & 6 deletions packages/web-new/src/template.html
Original file line number Diff line number Diff line change
Expand Up @@ -565,13 +565,17 @@ <h3 class="settings__preferences">Preferences</h3>
</div>

<footer>
<p><a href="https://www.thingweb.io/" target="_blank">© 2023 The Eclipse Thingweb Project</a></p>
<p><a href="https://www.thingweb.io/" target="_blank" id="thingweb-link">© 2023 The Eclipse Thingweb
Project</a></p>
<div class="footer-links">
<a href="https://www.eclipse.org" target="_blank">Eclipse</a>
<a href="https://www.eclipse.org/legal/privacy.php" target="_blank">Privacy Policy</a>
<a href="https://www.eclipse.org/legal/termsofuse.php" target="_blank">Terms of Use</a>
<a href="https://www.eclipse.org/legal/copyright.php" target="_blank">Copyright Agent</a>
<a href="https://www.eclipse.org/legal/" target="_blank">Legal</a>
<a href="https://www.eclipse.org" target="_blank" id="eclipse-link">Eclipse</a>
<a href="https://www.eclipse.org/legal/privacy.php" target="_blank" id="privacy-link">Privacy
Policy</a>
<a href="https://www.eclipse.org/legal/termsofuse.php" target="_blank" id="terms-link">Terms of
Use</a>
<a href="https://www.eclipse.org/legal/copyright.php" target="_blank" id="copyright-link">Copyright
Agent</a>
<a href="https://www.eclipse.org/legal/" target="_blank" id="legal-link">Legal</a>
</div>
</footer>
</div>
Expand Down
Loading

0 comments on commit 28e3c51

Please sign in to comment.