webs/index.html

29 lines
1.2 KiB
HTML
Raw Normal View History

2022-10-26 12:39:48 +09:00
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
2022-10-27 16:24:28 +09:00
<link rel="stylesheet" type="text/css" href="main.css">
2022-10-26 12:39:48 +09:00
<title>Qrhlhplhp's Works</title>
</head>
<body>
<h1>Qrhlhplhp's Works</h1>
2022-10-27 16:48:10 +09:00
<p>My works which are mainly made of HTML, CSS, Javascript is here. I would like to dedicate these pages to my dearest Administrator.</p>
<h2>APPLE PER MAN CALCULATOR</h2>
<p>This is a calculator but used only to find APMs.</p>
<a href="APMC/">Link</a>
<h2>BACH=DEMO MACHINE</h2>
<p>This machine is good for Bach and Demon to make themselves happy.</p>
<a href="bahdem/">Link</a>
<h2>PAIN TOOL</h2>
<p>This is a tool to pain... OH NO! Where has the "T" gone!?</p>
<a href="pain/">Link</a>
2022-11-09 08:58:15 +09:00
<h2>ULTRA SUPER STYLISH REVERSI</h2>
2022-11-01 15:27:35 +09:00
<p>Workers of the world, play!</p>
2022-11-01 15:29:47 +09:00
<a href="ultra-super-stylish-reversi/">Link</a>
2022-11-09 08:58:15 +09:00
<h2>PASSWARD TYPING TRAINING</h2>
2022-11-16 08:37:59 +09:00
<p>You can improve your skill to type in the passwards through this training.</p>
2022-11-09 09:20:35 +09:00
<a href="typing/">Link</a>
2022-10-26 12:39:48 +09:00
</body>
</html>