1
0

- Add: a gpg public key and a pages.

This commit is contained in:
2021-10-03 15:30:30 +09:00
parent 351e81e621
commit 10e0939e68
4 changed files with 36 additions and 0 deletions

5
bin/h Executable file
View File

@@ -0,0 +1,5 @@
#!/bin/sh
src_dir=`pwd`/src
scp -r $src_dir/* 172.16.1.13:/var/www/htdocs/www.snthtns.jp/usr/hhh/

Binary file not shown.

15
src/gpg/index.html Normal file
View File

@@ -0,0 +1,15 @@
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="utf-8"/>
<title>hhh's Home page</title>
</head>
<body>
<h1>公開鍵</h1>
<h2>現在公開鍵</h2>
<ul>
<li><a href="./gpg-public-20211002.txt">2021年10月2日</a></li>
</ul>
<h2>過去の公開鍵</h2>
</body>
</html>

16
src/index.html Normal file
View File

@@ -0,0 +1,16 @@
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="utf-8"/>
<title>hhh's Home page</title>
</head>
<body>
<h1>ようこそ</h1>
<p>Hello, World.</p>
<h2>コンテンツ</h2>
<ul>
<li><a href="https://www.snthtns.jp/usr/hhh/gpg/">公開鍵</a></li>
</ul>
</body>
</html>