28 lines
393 B
HTML
28 lines
393 B
HTML
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
<title>ML</title>
|
|
<link href="../static/styles/style.css" rel="stylesheet">
|
|
</head>
|
|
|
|
<body>
|
|
<div class="header">
|
|
<h1>Modelli ML</h1>
|
|
<div class="profile">
|
|
<p>Utente</p>
|
|
<button>Logout</button>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="container">
|
|
|
|
</div>
|
|
</body>
|
|
|
|
<script>
|
|
|
|
</script>
|
|
|
|
</html> |