Welcome to mirror list, hosted at ThFree Co, Russian Federation.

page-1.html « overlay-test-site « resources « tests - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c5440529e7e0ebdb2b1fc4dc75233c366164231f (plain)
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=EDGE,chrome=1">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Bootstrap 101 Template</title>

    <!-- Bootstrap -->
    <link href="//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css" rel="stylesheet">

    <style>
        * {
            font-family: Arial !important;
        }
    </style>

    <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
    <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
    <!--[if lt IE 9]>
      <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
      <script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
    <![endif]-->
  </head>
  <body>
 <div class="container">

      <!-- Static navbar -->
      <div class="navbar navbar-default" role="navigation">
        <div class="container-fluid">
          <div class="navbar-header">
            <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
              <span class="sr-only">Toggle navigation</span>
              <span class="icon-bar"></span>
              <span class="icon-bar"></span>
              <span class="icon-bar"></span>
            </button>
            <a class="navbar-brand" href="">Project name</a>
          </div>
          <div class="navbar-collapse collapse">
            <ul class="nav navbar-nav">
              <li class="active"><a href="page-1.html">Page 1</a></li>
              <li><a href="page-2.html">Page 2</a></li>
              <li class="dropdown">
                <a href="#" class="dropdown-toggle" data-toggle="dropdown">Dropdown <b class="caret"></b></a>
                <ul class="dropdown-menu">
                  <li><a href="page-3.html">Page 3</a></li>
                  <li><a href="page-4.html">Page 4</a></li>
                  <li class="divider"></li>
                  <li class="dropdown-header">Nav header</li>
                  <li><a href="page-5.html">Page 5</a></li>
                </ul>
              </li>
            </ul>
            <ul class="nav navbar-nav navbar-right">
              <li class="active"><a href="./">Default</a></li>
              <li><a href="page-6.html">Page 6</a></li>
            </ul>
          </div><!--/.nav-collapse -->
        </div><!--/.container-fluid -->
      </div>

      <!-- Main component for a primary marketing message or call to action -->
      <div class="jumbotron">
        <h1>Page 1</h1>

        <p>Anim keffiyeh Odd Future, est hella PBR&B normcore dolor cupidatat pug American Apparel. Wes Anderson freegan aesthetic High Life, iPhone biodiesel artisan enim velit Etsy yr paleo tempor. Brunch dolore Portland excepteur, banh mi vegan tote bag quinoa irure polaroid. Ea eu pop-up laboris assumenda incididunt chillwave, <a href="page-4.html">nihil Truffaut</a> McSweeney's nostrud swag literally. Bushwick tempor Intelligentsia, drinking vinegar next level jean shorts Neutra brunch organic fingerstache sint. Kale chips try-hard organic pariatur, whatever meh Vice incididunt street art fingerstache forage dreamcatcher artisan. Cupidatat laborum accusamus Etsy, pug consequat meh.</p>

        <p>Laborum Pitchfork bicycle rights, butcher 90's 3 wolf moon church-key shabby chic. Accusamus Godard cray ullamco lomo, deserunt selvage art party. Non Blue Bottle banh mi, bitters keffiyeh irure velit biodiesel tattooed. Fingerstache salvia leggings kitsch aesthetic umami. Sustainable dreamcatcher whatever trust fund, flannel <a href="page-2.html">aliquip artisan XOXO</a> deserunt fingerstache commodo tattooed. Enim brunch pop-up YOLO. Non Marfa Williamsburg sint blog, DIY photo booth mustache forage.</p>
      </div>

    </div> <!-- /container -->

    <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
    <!-- Include all compiled plugins (below), or include individual files as needed -->
    <script src="//netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js"></script>

    <script type="text/javascript">
        var pkBaseURL = (("https:" == document.location.protocol) ? "https://%trackerBaseUrl%" : "http://%trackerBaseUrl%");
        document.write(unescape("%3Cscript src='" + pkBaseURL + "piwik.js' type='text/javascript'%3E%3C/script%3E"));
    </script>
    <script>
        var pkBaseURL = (("https:" == document.location.protocol) ? "https://%trackerBaseUrl%" : "http://%trackerBaseUrl%");
        try {
            var piwikTracker = Piwik.getTracker(pkBaseURL + "piwik.php", 3);
            piwikTracker.setCookieDomain('*.piwik.org');
            
            piwikTracker.trackPageView();
            piwikTracker.enableLinkTracking();
        } catch( err ) {}
    </script>
  </body>
</html>