46 lines
		
	
	
	
		
			1.4 KiB
		
	
	
	
		
			HTML
		
	
	
		
			Executable file
		
	
	
	
	
			
		
		
	
	
			46 lines
		
	
	
	
		
			1.4 KiB
		
	
	
	
		
			HTML
		
	
	
		
			Executable file
		
	
	
	
	
| 
 | |
| <!DOCTYPE html>
 | |
| <html lang="en">
 | |
| <head>
 | |
| 	<title>Calculators</title>
 | |
| 	<meta charset="utf-8">
 | |
| 	<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
 | |
| 	<link rel="stylesheet" id="theme" href="../res/css/dark.css" type="text/css" />
 | |
| 	<link rel="shortcut icon" href="../res/img/icons/ico/calc.ico" type="image/x-icon">
 | |
| 
 | |
|     <meta property="og:type" content="website">
 | |
| 	<meta property="og:title" content="Calculators">
 | |
| 	<meta property="og:description" content="C a l c u l a t o r s">
 | |
| 	<meta property="og:image" content="/res/img/icons/png/calc.png">
 | |
| 
 | |
| 	<script lang="javascript" src="../res/js/themeswap.js"></script>
 | |
| </head>
 | |
| <body>
 | |
| <div class="page">     
 | |
| 	<div class="header">
 | |
| 		<nav>
 | |
| 			<div>
 | |
| 				<a href="../me/">about</a> |
 | |
| 				<a href="../pics/">pics</a> |
 | |
| 				<a href="../projects/">projects</a> |
 | |
| 				<a href="../cgit">repos</a> |
 | |
| 				<a href="../interblag/">weblog</a> |
 | |
| 				calculators
 | |
| 			</div>
 | |
| 		</nav>
 | |
| 		<div class="pagetree">
 | |
| 			<div style="float: left;">Design based on <a href="https://finalrewind.org/">finalrewind.org</a></div>
 | |
| 			<span class="title">
 | |
| 				<a href="/">~floppydisk</a> / calculators
 | |
| 			</span>
 | |
| 		<div style="float: right;"><a onClick="javascript:toggleTheme()">dark / light mode</a></div>
 | |
| 	</div>
 | |
| </div> <!-- header -->
 | |
| 
 | |
| <div id="pagebody">
 | |
| 	<div id="content">
 | |
| 	</div> <!-- content -->
 | |
| </div> <!-- pagebody -->
 | |
| </div> <!-- page -->
 | |
| </body>
 | |
| </html>
 | 
