Add legal links
This commit is contained in:
parent
4a97cb50d2
commit
7e6306cf08
1 changed files with 17 additions and 0 deletions
|
|
@ -29,6 +29,14 @@
|
||||||
float: right;
|
float: right;
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
footer {
|
||||||
|
text-align: center;
|
||||||
|
margin-top: 5em;
|
||||||
|
}
|
||||||
|
footer a {
|
||||||
|
margin-right: 2em;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
|
@ -50,6 +58,15 @@
|
||||||
or
|
or
|
||||||
<a href="#" onclick="defines()">download configkeys.h</a>.
|
<a href="#" onclick="defines()">download configkeys.h</a>.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|
||||||
|
<footer>
|
||||||
|
<a href="https://makecode.com/privacy" target="_blank" rel="noopener">Privacy & Cookies</a>
|
||||||
|
<a href="https://makecode.com/termsofuse" target="_blank" rel="noopener"> Terms Of Use</a>
|
||||||
|
<a href="https://makecode.com/trademarks" target="_blank" rel="noopener">Trademarks</a>
|
||||||
|
<span>© 2019 Microsoft</span>
|
||||||
|
</footer>
|
||||||
|
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue