-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
45 lines (40 loc) · 1.23 KB
/
index.html
File metadata and controls
45 lines (40 loc) · 1.23 KB
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<html>
<head>
<br>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<link rel="stylesheet" href="css/main.css">
<title>Superfici di Coons</title>
</head>
<body>
<h1>Superfici di Coons</h1>
<h2>Bonomi Paolo</h2>
<br>
<br>
<hr>
<p>
Il progetto si è basato su uno
<a href="./pages/theory/index.html">studio e approfondimento</a>
delle superfici di Coons.
<br>
<br>
Il risultato è un <a href="./pages/app/index.html">applet</a> che permette di effettuare esperimenti relativi
alla costruzione delle suddette superfici.
<br>
<br>
  Prima dell'utilizzo dell'applicativo si consiglia di leggere il
<a href="./pages/manual/index.html">manuale utente</a>.
</p>
<br>
<hr>
<br>
<p>Per contattare l'autore:
<br>
</p><ul>
<a href="mailto:paolo.bonomi@studenti.unimi.it">Bonomi Paolo</a></li>
</ul>
<p></p>
<br>
<hr>
<p class="foot">Sito ottimizzato per una risoluzione 1024x768</p>
</body>
</html>