29 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			29 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
<!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">
 | 
						|
    <link rel="stylesheet" type="text/css" href="main.css">
 | 
						|
    <title>Qrhlhplhp's Works</title>
 | 
						|
</head>
 | 
						|
<body>
 | 
						|
    <h1>Qrhlhplhp's Works</h1>
 | 
						|
        <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>
 | 
						|
    <h2>ULTRA SUPER STYLISH REVERSI</h2>
 | 
						|
        <p>Workers of the world, play!</p>
 | 
						|
        <a href="ultra-super-stylish-reversi/">Link</a>
 | 
						|
    <h2>PASSWARD TYPING TRAINING</h2>
 | 
						|
        <p>You can improve your skill to type in the passwards through using this.</p>
 | 
						|
        <a href="typing/">Link</a>
 | 
						|
</body>
 | 
						|
</html> |