Files
unibo-ai-notes/laai3.html
github-actions[bot] 1c0c605d85 🤖 Web developer stuff
2024-05-30 07:00:04 +00:00

24 lines
675 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>laai3.pdf</title>
<style>
html, body {
margin: 0;
padding: 0;
overflow: hidden;
}
</style>
</head>
<body style="height: 100vh; width: 100vw;">
<object data="pdfs/year1/languages-and-algorithms-for-ai/module3/laai3.pdf" type="application/pdf" width="100%" height="100%">
<p>
There has been an error. View the pdf <a href="pdfs/year1/languages-and-algorithms-for-ai/module3/laai3.pdf">here</a>
</p>
</object>
</body>
</html>