File size: 409 Bytes
8e9fe4d
 
1b352ec
 
 
 
 
 
 
 
 
 
8e9fe4d
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<div class="general tab active">
    <h1>General</h1>
    <h3>Select a safe search level</h3>
    <p class="description">
        Select a safe search level from the menu below to filter content based on
        the level.
    </p>
    <select name="safe_search_levels">
        <option value=0>None</option>
        <option value=1>Low</option>
        <option value=2>Moderate</option>
    </select>
</div>