aboutsummaryrefslogtreecommitdiff
path: root/interblag/index.html
blob: 55fa44472336297defe476bdb366af249f56e8a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
<!DOCTYPE html>
<html lang="en">
<head>
	<title>Interblag</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.min.css" type="text/css" />
	<link rel="alternate" type="application/atom+xml" title="finalrewind.org blog posts (Atom feed)" href="index.atom" />
	
	<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> |
				<a href="./calculators/">calculators</a>
			</div>
		</nav>
		<div class="pagetree">
			<div style="float: left;">Design based on <a href="https://finalrewind.org/">finalrewind.org</a></div>
			<span class="title">
				~floppydisk
			</span>
		<div style="float: right;"><a onClick="javascript:toggleTheme()">dark / light mode</a></div>
	</div>
</div> <!-- header -->
        <div class="pagetree">
    <div style="float: left;">Design based on <a href="https://finalrewind.org/">finalrewind.org</a></div>
    <a href="../">~floppydisk</a> /
				
				<span class="title">
					Interblag
				</span>
    <div style="float: right;"><a onClick="javascript:toggleTheme()">dark / light mode</a></div>
  </div>
</div> <!-- header -->
		<div id="pagebody">

			<div id="content">
				<p>Archives: <a href="./2022/">2022</a></p>

<div class="inlinepage">
<p>No news... <i>yet!</i></p>

</div> <!-- inlinepage -->





			</div> <!-- content -->

			<div id="footer" class="pagefooter">
				<!-- Created <span class="date">Sat 26 Mar 2011 03:11:41 PM CET</span> -->
			</div> <!-- footer -->

		</div> <!-- pagebody -->

	</div> <!-- page -->

</body>
</html>