summaryrefslogtreecommitdiffstats
path: root/mobile/android/focus-android/app/src/androidTest/assets/tab3.html
blob: fc8c08446cc22098c4831551b0b8933c9461ea76 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html>
<head>
    <meta charset="UTF-8">
    <title>tab3</title>
</head>
<body>

    <h1 id="content">Tab 3</h1>

    <a href="tab2.html" id="tab1">Tab 1</a>

    <a href="tab3.html" id="tab2">Tab 2</a>

    <p>
        <a href="https://www.youtube.com/c/MozillaChannel/videos">Mozilla Youtube link</a>
    </p>

</body>
</html>