|
<!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> |
|
|