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

28 lines
675 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>
<p style="text-align: center;">
Questo è un elenco di indirizzi che riteniamo utili:
</p>
<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}}