Add views/link.html
parent
7a7fef0580
commit
9ddcc9b0f5
@ -0,0 +1,27 @@
|
||||
{{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}}
|
Loading…
Reference in New Issue