Changes
This commit is contained in:
parent
b00662b1fe
commit
8677395d2d
22 changed files with 1311 additions and 216 deletions
|
@ -6,7 +6,6 @@
|
|||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
|
||||
<link rel="stylesheet" id="theme" href="../res/css/dark.min.css" type="text/css" />
|
||||
<link rel="alternate" type="application/atom+xml" title="finalrewind.org blog posts (Atom feed)" href="index.atom" />
|
||||
<link rel="shortcut icon" href="../res/img/icons/ico/calc.ico" type="image/x-icon">
|
||||
|
||||
<meta property="og:type" content="website">
|
||||
|
@ -17,26 +16,8 @@
|
|||
<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 class="page">
|
||||
<?php require('../header.php') ?>
|
||||
|
||||
<div id="pagebody">
|
||||
<div id="content">
|
Loading…
Add table
Add a link
Reference in a new issue