blob: 83a1a58984e7a20e366f5827dbd808e9355512dd (
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
72
73
74
75
76
77
78
|
<!DOCTYPE html>
<html lang="en">
<head>
<title>pages</title>
<meta charset="UTF-8">
<link id="mainstyle" rel="stylesheet" href="style.css">
<link rel="stylesheet" href="etc.css">
<script src="style.js" defer></script>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<main id="content">
<h2 style="margin-top: 0; margin-bottom: 8px;">><> pages</h2>
<a href="index.html">home</a> /
<a href="pages.html">pages</a> /
<a href="blog.html">blog</a> /
<a href="journal.html">journal</a> /
<a href="about_site.html">about site</a>
<hr>
<div class=box>
<h3>Last 10 Modified Pages:</h3>
<ul>
<li><strong><a href="index.html">index</a></strong> - <small>02/02/26</small></li>
<li><strong><a href="journal.html">journal</a></strong> - <small>01/02/26</small></li>
<li><strong><a href="the_perfect_phone.html">the_perfect_phone</a></strong> - <small>27/01/26</small></li>
<li><strong><a href="my_devices.html">my_devices</a></strong> - <small>25/01/26</small></li>
<li><strong><a href="LICENSE.html">LICENSE</a></strong> - <small>22/01/26</small></li>
<li><strong><a href="about_me.html">about_me</a></strong> - <small>18/01/26</small></li>
<li><strong><a href="hosting_reviews.html">hosting_reviews</a></strong> - <small>13/01/26</small></li>
<li><strong><a href="cloudflare.html">cloudflare</a></strong> - <small>11/01/26</small></li>
<li><strong><a href="UK.html">UK</a></strong> - <small>10/01/26</small></li>
<li><strong><a href="blog.html">blog</a></strong> - <small>01/01/26</small></li>
</ul>
</div>
<h3>All Pages:</h3>
<p><strong><a href="LFR_Vans.html">LFR_Vans</a></strong>
//
<strong><a href="LICENSE.html">LICENSE</a></strong>
//
<strong><a href="UK.html">UK</a></strong>
//
<strong><a href="about_me.html">about_me</a></strong>
//
<strong><a href="about_site.html">about_site</a></strong>
//
<strong><a href="apple.html">apple</a></strong>
//
<strong><a href="autistcore.html">autistcore</a></strong>
//
<strong><a href="blog.html">blog</a></strong>
//
<strong><a href="cloudflare.html">cloudflare</a></strong>
//
<strong><a href="hosting_reviews.html">hosting_reviews</a></strong>
//
<strong><a href="index.html">index</a></strong>
//
<strong><a href="journal.html">journal</a></strong>
//
<strong><a href="monero.html">monero</a></strong>
//
<strong><a href="my_devices.html">my_devices</a></strong>
//
<strong><a href="phone.html">phone</a></strong>
//
<strong><a href="pics.html">pics</a></strong>
//
<strong><a href="privacy.html">privacy</a></strong>
//
<strong><a href="soyjak.party.html">soyjak.party</a></strong>
//
<strong><a href="the_end_of_encryption.html">the_end_of_encryption</a></strong>
//
<strong><a href="the_perfect_phone.html">the_perfect_phone</a></strong>
//
<strong><a href="virtual_reality.html">virtual_reality</a></strong></p>
<hr>Last Modified: February 05, 2026
</main></body></html>
|