-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
27 lines (26 loc) · 720 Bytes
/
Copy pathindex.html
File metadata and controls
27 lines (26 loc) · 720 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
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<ul>
<ol>
<a style="font-size:40px;" href="https://github.com/hexwell/university-notes">Go to GitHub / Vai a GitHub</a>
</ol>
<br>
<h1>Italian / Italiano</h1>
<ol>
<a style="font-size:40px;" href="it/analisi1/html/analisi.html">UniBS - Analisi Matematica I</a>
</ol>
<br>
<ol>
<a style="font-size:40px;" href="it/algebra/forigo/html/algebra.html">UniBS - Algebra e Geometria</a>
</ol>
<br>
<h1>English / Inglese</h1>
<ol>
<a style="font-size:40px;" href="en/category_theory/forigo/html/ct.html">Category Theory Minicourse</a>
</ol>
</ul>
</body>
</html>