summaryrefslogtreecommitdiff
path: root/html/my_devices.html
diff options
context:
space:
mode:
authormion <>2026-02-11 22:59:23 +0000
committermion <>2026-02-11 22:59:23 +0000
commit9ac5ed19e543f15aff7ce2f426b1444867fd1b21 (patch)
treef6e798dfa86336ca48d79e6a8a23ce1e51b72faa /html/my_devices.html
test
Diffstat (limited to 'html/my_devices.html')
-rw-r--r--html/my_devices.html25
1 files changed, 25 insertions, 0 deletions
diff --git a/html/my_devices.html b/html/my_devices.html
new file mode 100644
index 0000000..cb478ae
--- /dev/null
+++ b/html/my_devices.html
@@ -0,0 +1,25 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+ <title>my devices</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;">&gt;&lt;&gt; my devices</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>
+<p>A page on what devices I use, etc.</p>
+<h2>Main Compoopter</h2>
+<p>My main laptop is a Thinkpad T470 with an Intel Core i5 6200U, 8GB of DDR4 2133Mhz RAM, and 1TB of M.2 SSD storage. I bought it for under £100 in around October 2024. I quite like it and it can do everything I need to do, which is web-browsing and watching anime and VNs and shit. It had 256GB of storage but I swapped it for a 1TB one. The battery isn't great but its always getting charged anyways. It ran Debian GNU/Linux 12 with XFCE and then 13 using sway instead, sorry Xchads, transland runs more smoothly with neither tearing or stuttering. :P</p>
+<p><img src="media/thinkpad.webp" alt="" /></p>
+<hr>Last Modified: January 25, 2026
+</main></body></html>