summaryrefslogtreecommitdiffstats
path: root/tags/traceroute/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'tags/traceroute/index.html')
-rw-r--r--tags/traceroute/index.html105
1 files changed, 105 insertions, 0 deletions
diff --git a/tags/traceroute/index.html b/tags/traceroute/index.html
new file mode 100644
index 0000000..6366335
--- /dev/null
+++ b/tags/traceroute/index.html
@@ -0,0 +1,105 @@
+<!DOCTYPE html>
+<html lang="en">
+
+<head>
+ <title>
+Trippy</title>
+
+ <meta http-equiv="content-type" content="text/html; charset=utf-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
+ <meta name="robots" content="noodp"/>
+
+ <link rel="stylesheet" href="https://trippy.cli.rs/style.css">
+ <link rel="stylesheet" href="https://trippy.cli.rs/color/green.css">
+
+ <link rel="stylesheet" href="https://trippy.cli.rs/color/background_dark.css">
+
+ <link rel="stylesheet" href="https://trippy.cli.rs/font-hack-subset.css">
+
+ </head>
+
+<body class="">
+<div class="container">
+
+ <header class="header">
+ <div class="header__inner">
+ <div class="header__logo">
+
+ <a href="https://trippy.cli.rs" style="text-decoration: none;">
+ <div class="logo">
+
+ Trippy
+
+ </div>
+ </a>
+ </div>
+ </div>
+
+
+ <nav class="menu">
+ <ul class="menu__inner">
+ <li><a href="https://trippy.cli.rs">blog</a></li>
+
+ <li class="active"><a href="https://trippy.cli.rs/tags">tags</a></li>
+
+ <li><a href="https://trippy.cli.rs/archive">archive</a></li>
+
+ <li><a href="https://github.com/fujiapple852/trippy" target="_blank" rel="noopener noreferrer">github</a></li>
+ </ul>
+ </nav>
+
+
+
+ </header>
+
+
+ <div class="content">
+
+ <div class="post">
+ <h1 class="post-title">
+ tag: #traceroute
+ (1 post)
+ </h1>
+
+ <a href="https://trippy.cli.rs/tags">
+ Show all tags
+ </a>
+
+
+ <ul><li class="post-list">
+ <a href="https://trippy.cli.rs/introducing-trippy/">
+ <span class="post-date">2023-04-28</span>
+ :: <span class="post-list-title">Introducing Trippy, a network diagnostic tool</span></a>
+
+ <span class="post-tags-inline">
+ ::
+ <a class="post-tag" href="https://trippy.cli.rs/tags/ping/">#ping</a>,
+ <a class="post-tag" href="https://trippy.cli.rs/tags/traceroute/">#traceroute</a></span>
+
+ </li>
+ </ul>
+
+ </div>
+
+ </div>
+
+
+ <footer class="footer">
+ <div class="footer__inner">
+ <div class="copyright">
+ <span>©
+ 2024
+ Powered by <a href="https://www.getzola.org/">Zola</a></span>
+ <span class="copyright-theme">
+ <span class="copyright-theme-sep">:: </span>
+ Theme: <a href="https://github.com/pawroman/zola-theme-terminimal/">Terminimal</a> by pawroman
+ </span>
+ </div>
+ </div>
+ </footer>
+
+
+</div>
+</body>
+
+</html>