Update peering.html
This commit is contained in:
parent
2938fabc90
commit
d5948ebe88
1 changed files with 33 additions and 8 deletions
41
peering.html
41
peering.html
|
|
@ -13,6 +13,8 @@
|
||||||
<meta property="og:description" content="AS215085 Network information" />
|
<meta property="og:description" content="AS215085 Network information" />
|
||||||
<meta property="og:url" content="https://as215085.net" />
|
<meta property="og:url" content="https://as215085.net" />
|
||||||
<link rel="icon" type="image/png" href="img/cropped-Pixelhosting-logo-favicon-32x32.png">
|
<link rel="icon" type="image/png" href="img/cropped-Pixelhosting-logo-favicon-32x32.png">
|
||||||
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/js/bootstrap.bundle.min.js"></script>
|
||||||
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.min.css" rel="stylesheet">
|
||||||
<link rel="stylesheet" href="css/style.css">
|
<link rel="stylesheet" href="css/style.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
@ -21,14 +23,37 @@
|
||||||
<p>Proudly powering PixelHosting infrastructure</p>
|
<p>Proudly powering PixelHosting infrastructure</p>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<nav>
|
<nav class="navbar navbar-expand-lg navbar-light" style="background-color: #07AAF9;">
|
||||||
<a href="/">Home</a>
|
<div class="container-fluid">
|
||||||
<a href="/network.php">Network</a>
|
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
|
||||||
<a href="/peering.html">Peering policy</a>
|
<span class="navbar-toggler-icon"></span>
|
||||||
<a href="https://lookingglass.as215085.net" target="_blank">Looking glass</a>
|
</button>
|
||||||
<a href="https://smokeping.as215085.net" target="_blank">Smokeping</a>
|
<div class="collapse navbar-collapse" id="navbarNav">
|
||||||
<a href="https://status.as215085.net" target="_blank">Status</a>
|
<ul class="navbar-nav justify-content-center w-100">
|
||||||
<a href="/contact.html">Contact</a>
|
<li class="nav-item">
|
||||||
|
<a class="nav-link text-white" href="/">Home</a>
|
||||||
|
</li>
|
||||||
|
<li class="nav-item">
|
||||||
|
<a class="nav-link text-white" href="/network.php">Network</a>
|
||||||
|
</li>
|
||||||
|
<li class="nav-item">
|
||||||
|
<a class="nav-link text-white" href="/peering.html">Peering policy</a>
|
||||||
|
</li>
|
||||||
|
<li class="nav-item">
|
||||||
|
<a class="nav-link text-white" href="https://lookingglass.as215085.net" target="_blank">Looking glass</a>
|
||||||
|
</li>
|
||||||
|
<li class="nav-item">
|
||||||
|
<a class="nav-link text-white" href="https://smokeping.as215085.net" target="_blank">Smokeping</a>
|
||||||
|
</li>
|
||||||
|
<li class="nav-item">
|
||||||
|
<a class="nav-link text-white" href="https://status.as215085.net" target="_blank">Status</a>
|
||||||
|
</li>
|
||||||
|
<li class="nav-item">
|
||||||
|
<a class="nav-link text-white" href="/contact.html">Contact</a>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
<main>
|
<main>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue