Unconscious_Bias / index.html
EmilyWitko's picture
EmilyWitko HF staff
Update index.html
eb6413b verified
raw
history blame
910 Bytes
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Unconscious Bias Training PDF</title>
<style>
body {
font-family: Arial, sans-serif;
line-height: 1.6;
margin: 20px;
background-color: #f9f9f9;
color: #333;
}
h1 {
color: #2c3e50;
}
.container {
text-align: center;
}
iframe {
border: 1px solid #ddd;
}
</style>
</head>
<body>
<div class="container">
<h1>Unconscious Bias Training</h1>
<iframe src="https://docs.google.com/gview?url=https://huggingface.co/spaces/EmilyWitko/Unconscious_Bias/raw/main/Training%20%232_%20Unconscious%20Bias.pdf&embedded=true" width="1000" height="800"></iframe>
</div>
</body>
</html>