You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
website/views/link.html

27 lines
656 B
HTML

{{template "base" .}}
{{define "title"}}PHC • Link Utili • phc.dm.xxxxx.xx{{end}}
{{define "body"}}
<section>
<h2>
<i class="fas fa-link"></i>
Link Utili
</h2>
3 years ago
<h3>
Questo è un elenco di alcuni indirizzi potenzialmente utili:
</h3>
<a href="https://linktr.ee/aulastudenti">Link dell'Aula Studenti</a>
<a href="http://www.dm.unipi.it/webnew/it/cds/home-cds">Dipartimento di Matematica</a>
<a href="http://detexify.kirelabs.org/classify.html">Non trovi un simbolo in Latex?</a>
<a href="https://github.com/SuzanneSoy/WiTeX">Wikipedia + Latex</a>
</section>
<script>
</script>
{{end}}