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.
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
<title>Sito Susanna</title>
|
|
|
|
|
|
|
|
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
|
|
|
|
<link rel="stylesheet" href="../style.css">
|
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
|
|
|
<img id="wallpaper" src="../static/wallpaper.jpg" alt="wallpaper">
|
|
|
|
<header>
|
|
|
|
<nav>
|
|
|
|
<div class="nav-item" id="mobile-nav-menu">
|
|
|
|
<span class="material-icons">
|
|
|
|
more_vert
|
|
|
|
</span>
|
|
|
|
</div>
|
|
|
|
<div class="nav-item">
|
|
|
|
<a href="..">Home</a>
|
|
|
|
</div>
|
|
|
|
<div class="nav-item">
|
|
|
|
<a href="../appunti/">Appunti</a>
|
|
|
|
</div>
|
|
|
|
<div class="nav-item current">
|
|
|
|
<a href=".">Galleria</a>
|
|
|
|
</div>
|
|
|
|
<div class="nav-item">
|
|
|
|
<a href="../cv/">C.V.</a>
|
|
|
|
</div>
|
|
|
|
<div class="nav-item">
|
|
|
|
<a href="../spasticate/">Spasticate</a>
|
|
|
|
</div>
|
|
|
|
</nav>
|
|
|
|
<h1>Galleria di Susanna Terron</h1>
|
|
|
|
</header>
|
|
|
|
<main>
|
|
|
|
<h1>Galleria</h1>
|
|
|
|
</main>
|
|
|
|
<footer>
|
|
|
|
<div>
|
|
|
|
Questo è il sito di Susanna creato da <a href="https://poisson.phc.dm.unipi.it/~delucreziis/">Antonio De
|
|
|
|
Lucreziis</a> e <a href="https://poisson.phc.dm.unipi.it/~baldino/">Francesco Baldino</a>
|
|
|
|
</div>
|
|
|
|
</footer>
|
|
|
|
<script src="../nav.js"></script>
|
|
|
|
</body>
|
|
|
|
|
|
|
|
</html>
|