mirror of
https://github.com/NotXia/unibo-ai-notes.git
synced 2025-12-17 20:01:51 +01:00
🤖 Web developer stuff
This commit is contained in:
23
dm-ml.html
Normal file
23
dm-ml.html
Normal file
@ -0,0 +1,23 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>dm-ml.pdf</title>
|
||||
<style>
|
||||
html, body {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
overflow: hidden;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body style="height: 100vh; width: 100vw;">
|
||||
<object data="pdfs/year1/machine-learning-and-data-mining/dm-ml.pdf" type="application/pdf" width="100%" height="100%">
|
||||
<p>
|
||||
There has been an error. View the pdf <a href="pdfs/year1/machine-learning-and-data-mining/dm-ml.pdf">here</a>
|
||||
</p>
|
||||
</object>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user