forked from nulang-org/nulang
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathFooter.astro
More file actions
28 lines (28 loc) · 1001 Bytes
/
Copy pathFooter.astro
File metadata and controls
28 lines (28 loc) · 1001 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<footer class="site-footer">
<div class="footer-links">
<a href="https://nulang.org" target="_blank" rel="noopener noreferrer">
Website
</a>
<a href="https://www.nulang.cloud" target="_blank" rel="noopener noreferrer">
Nulang Cloud
</a>
<a href="/terms/">
Terms of Service
</a>
<a href="/privacy/">
Privacy Policy
</a>
<a href="https://github.com/dporkka/nulang/blob/main/LICENSE" target="_blank" rel="noopener noreferrer">
Apache 2.0 License
</a>
<a href="https://buy.stripe.com/cNidR932O6du6nK6eX1RC02" target="_blank" rel="noopener noreferrer">
Support Nulang
</a>
<a href="mailto:support@nulang.org">
support@nulang.org
</a>
</div>
<p class="footer-copy">
Open source under the <a href="https://github.com/dporkka/nulang/blob/main/LICENSE">Apache 2.0 license</a>. © {new Date().getFullYear()} Nulang. Built with <a href="https://starlight.astro.build">Starlight</a>.
</p>
</footer>