rebuilding site Thu Jan 28 03:07:56 PM CST 2021

This commit is contained in:
James Feng Cao 2021-01-28 15:07:56 +08:00
parent b30a4cae2d
commit 56f9bf4e8d
6 changed files with 60 additions and 1 deletions

31
urls/index.html Normal file
View file

@ -0,0 +1,31 @@
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="/uwebzh/style.css" type="text/css" />
<title>便利链接</title>
</head>
<body>
<header class='header'>
<a class="logo" href="/uwebzh">Home</a> <a class="logo" href="/uwebzh/tags/">Tags</a>
<nav>
</nav>
</header>
<br />
<div class="container">
<h1 class="title">便利链接
<br>
<span class="subtitle"></span>
</h1>
<ul class="tags">
</ul>
<p><a href="file:///data/data/com.termux/files/">Termux内部目录</a></p>
</div>
</body>
</html>