summaryrefslogtreecommitdiffstats
path: root/chrome/browser/resources/options/chromeos_internet_options.html
blob: ffbeceab1d677c273ff034487f46df3b2e2e04a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<div class="page hidden" id="internetPage">
  <h1 i18n-content="internetPage"></h1>
  <section>
    <h3 i18n-content="wired_title"></h3>
    <list class="network-list" id="wiredList"></list>
  </section>
  <section>
    <h3 i18n-content="wireless_title"></h3>
    <list class="network-list" id="wirelessList"></list>
  </section>
  <section>
    <h3 i18n-content="remembered_title"></h3>
    <list class="network-list" id="rememberedList"></list>
  </section>
</div>