ericxliu-me/posts/useful/index.html
2023-09-18 04:55:09 +00:00

185 lines
4.8 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="Content-Language" content="en">
<meta name="author" content="Eric Liu">
<meta name="description" content=" rootCA.pem vpnclient.ovpn ">
<meta name="keywords" content="blog,developer,personal">
<meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content="Some useful files"/>
<meta name="twitter:description" content=" rootCA.pem vpnclient.ovpn "/>
<meta property="og:title" content="Some useful files" />
<meta property="og:description" content=" rootCA.pem vpnclient.ovpn " />
<meta property="og:type" content="article" />
<meta property="og:url" content="http://ericxliu.me/posts/useful/" /><meta property="article:section" content="posts" />
<meta property="article:published_time" content="2020-10-26T04:14:43+00:00" />
<meta property="article:modified_time" content="2020-10-26T04:14:43+00:00" />
<base href="http://ericxliu.me/posts/useful/">
<title>
Some useful files · Eric&#39;s Personal Page
</title>
<link rel="canonical" href="http://ericxliu.me/posts/useful/">
<link href="https://fonts.googleapis.com/css?family=Lato:400,700%7CMerriweather:300,700%7CSource+Code+Pro:400,700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.13.0/css/all.css" integrity="sha384-Bfad6CLCknfcloXFOyFnlgtENryhrpZCe29RTifKEixXQZ38WheV+i/6YWSzkz3V" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.min.css" integrity="sha256-l85OmPOjvil/SOvVt3HnSSjzF1TUMyT9eV0c2BzEGzU=" crossorigin="anonymous" />
<link rel="stylesheet" href="http://ericxliu.me/css/coder.min.a4f332213a21ce8eb521670c614470c58923aaaf385e2a73982c31dd7642decb.css" integrity="sha256-pPMyITohzo61IWcMYURwxYkjqq84XipzmCwx3XZC3ss=" crossorigin="anonymous" media="screen" />
<link rel="icon" type="image/png" href="http://ericxliu.me/images/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="http://ericxliu.me/images/favicon-16x16.png" sizes="16x16">
<meta name="generator" content="Hugo 0.97.0" />
</head>
<body class="colorscheme-light">
<main class="wrapper">
<nav class="navigation">
<section class="container">
<a class="navigation-title" href="http://ericxliu.me/">
Eric&#39;s Personal Page
</a>
<input type="checkbox" id="menu-toggle" />
<label class="menu-button float-right" for="menu-toggle"><i class="fas fa-bars"></i></label>
<ul class="navigation-list">
<li class="navigation-item">
<a class="navigation-link" href="http://ericxliu.me/posts/">Posts</a>
</li>
<li class="navigation-item">
<a class="navigation-link" href="https://git.ericxliu.me">Gitlab</a>
</li>
<li class="navigation-item">
<a class="navigation-link" href="https://hub.ericxliu.me">Notebook</a>
</li>
<li class="navigation-item">
<a class="navigation-link" href="https://go.ericxliu.me/server">Go</a>
</li>
<li class="navigation-item">
<a class="navigation-link" href="http://ericxliu.me">|</a>
</li>
<li class="navigation-item">
<a class="navigation-link" href="https://auth.ericxliu.me">Sign in</a>
</li>
</ul>
</section>
</nav>
<div class="content">
<section class="container post">
<article>
<header>
<div class="post-title">
<h1 class="title">Some useful files</h1>
</div>
<div class="post-meta">
<div class="date">
<span class="posted-on">
<i class="fas fa-calendar"></i>
<time datetime='2020-10-26T04:14:43Z'>
October 26, 2020
</time>
</span>
<span class="reading-time">
<i class="fas fa-clock"></i>
1-minute read
</span>
</div>
</div>
</header>
<div>
<ul>
<li><a href="https://ericxliu.me/rootCA.pem">rootCA.pem</a></li>
<li><a href="https://ericxliu.me/vpnclient.ovpn">vpnclient.ovpn</a></li>
</ul>
</div>
<footer>
</footer>
</article>
</section>
</div>
<footer class="footer">
<section class="container">
©
2023
Eric Liu
</section>
</footer>
</main>
</body>
</html>