-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
21 lines (19 loc) · 802 Bytes
/
index.html
File metadata and controls
21 lines (19 loc) · 802 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html>
<head>
<title> Slides | SWException </title>
<link rel="stylesheet" type="text/css" href="css/style.css" media="screen"/>
<meta charset="UTF-8"/>
</head>
<body>
<h2>Raccolta slide del gruppo SWException</h2>
<ol>
<li><a href="RR.html">Revisione dei requisiti</a></li>
<li><a href="TB.html">Technology Baseline</a></li>
<li><a href="RP.html">Revisione di progettazione</a></li>
<li><a href="PB.html">Product Baseline</a></li>
<li><a href="https://docs.google.com/presentation/d/1DCGGz4dRmpmRPUb29jXea6WM69Ulrxds1mwE2gZQFJY/edit?usp=sharing">Revisione di qualifica</a></li>
<li><a href="https://docs.google.com/presentation/d/11MTH_VJ0CdP9CZdhsOxjuLJ8NDj-R_EW3Jip8YC5quo/edit?usp=sharing">Revisione di accettazione</a></li>
</ol>
</body>
</html>