/ html / resources / openspeedtest / openspeedtest.html
openspeedtest.html
 1  <!DOCTYPE html>
 2  <html lang="de">
 3     <head>
 4        <meta charset="UTF-8" />
 5        <meta name="viewport" content="width=device-width, initial-scale=1.0" />
 6        <meta http-equiv="onion-location" content="http://bopbopl6lohkl2rts3ltesjnag4hzs4jrx2h6k6etgq5xasbpqekzlqd.onion" />
 7        <title>BOP Resources: Internet Speedtest</title>
 8        <link rel="stylesheet" href="/assets/stylesheet.css" />
 9        <link rel="icon" type="image/x-icon" href="/assets/img/favicon.png">
10     </head>
11     <body>
12         <header>
13            <!-- --------------------------------------------------------------------------------------------------------------------------------- -->
14            <script src="/assets/js/navbar-OpenClose.js"></script>
15            <script src="/assets/js/lightbox.js"></script>
16            <script src="/assets/js/copyCodeButton.js"></script>
17            <link rel="stylesheet" href="/resources/js-libraries/highlightJS/atom-one-dark.min.css">
18            <script src="/resources/js-libraries/highlightJS/highlight.min.js"></script>
19            <script src="/resources/js-libraries/highlightJS/highlightjs-line-numbers.min.js"></script>
20            <script>hljs.highlightAll();</script>
21            <script>hljs.initLineNumbersOnLoad();</script>
22            <!-- --------------------------------------------------------------------------------------------------------------------------------- -->
23            <div class="branding">
24               <button class="toggle-btn-navbar" id="navbarOpenButton">☰</button>
25               <a href="/">
26               <img class="logo" src="/assets/img/logo.png">
27               </a>
28               <div class="typing-animation">BytesOfProgress</div>
29            </div>
30         </header>
31         <div id="navbarContainer" class="navbar-container">
32            <iframe class="navbar-iframe" src="/assets/navbar/navbar.html" frameBorder= "0"></iframe>
33         </div>
34        <main>
35  <!-- --------------------------------------------------------------------------------------------------------------------------------- -->
36  
37  <article class="site-post">
38     <header class="post-header">
39        <h1 class="post-title">Internet Speedtest</h1>
40        <div class="post-meta">
41        </div>
42     </header>
43  </article>
44  
45  <nav class="breadcrumb">
46    <a href="/">Home</a>
47    <span class="divider">›</span>
48    <a href="/resources/">Resources</a>
49    <span class="divider">›</span>
50    <span class="current">Internet Speedtest</span>
51  </nav>
52  
53  <section class="post-content">
54  
55  <!-- --------------------------------------------------------------------------------------------------------------------------------- -->
56  
57  
58  <p>
59      Click on "Start" down below to test the speed of your internet connection.
60      By clicking on the small button above "Start", you can display your public IPv4 address.
61  </p>
62  
63  <div class="speedtest0" style="text-align:right; width: 75%; height: auto;">
64      <div class="speedtest1" style="min-height:180px;">
65        <div class="speedtest" style="width:100%;height:0;padding-bottom:60%;position:relative;">
66          <iframe class="speedtest" style="border:none;position:absolute;top:0;left:0;width:100%;height:100%;min-height:180px;border:none;overflow:hidden !important;" src="//openspeedtest.com/speedtest"></iframe>
67        </div>
68      </div>
69    </div>
70  
71  <br>
72  
73  <p>
74      This is powered by OpenSpeedtest.
75  </p>
76  
77  
78  <!-- --------------------------------------------------------------------------------------------------------------------------------- -->
79  
80     <hr>
81     </section>
82     <footer class="post-footer">
83     <a href="/resources/index.html" class="cta-button">← Back</a>
84     </footer>
85     </main>
86     </body>
87     </html>