Files
wg-ui/ui/src/About.svelte
T
2019-10-09 13:02:48 +02:00

20 lines
450 B
Svelte

<h1>About</h1>
<p>
WireGuard UI is an <a href="https://embark-studios.com/">Embark Studios</a> Open Source project.
</p>
<p>
For contributions and feedback, please see the
<a href="https://github.com/EmbarkStudios/wireguard-ui">GitHub project</a>.
</p>
<h2>License</h2>
<p>
WireGuard UI is licensed under <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>
</p>
<p>Copyright &copy; 2019, Embark Studios AB</p>