File size: 910 Bytes
c81a8aa
 
 
 
 
70bbd69
c81a8aa
 
 
 
 
 
 
 
 
 
 
eb6413b
 
 
 
c81a8aa
 
 
 
 
 
 
eb6413b
c81a8aa
 
8f2142a
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<!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>