Compare commits

..

2 Commits

Author SHA1 Message Date
c0fefae605 I don't know what I was doing when I wrote this 2025-08-23 22:36:57 -04:00
1b746ad8ec fix the date, whoops 2025-08-23 20:29:46 -04:00
3 changed files with 6 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
<!DOCTYPE HTML> <!DOCTYPE HTML>
<html lang="en"> <html lang="en">
<title>'Writing my own web crawler in go'</title> <title>'Writing my own web crawler in go'</title>
<meta name="date" content="2025/08/21"> <meta name="date" content="2025/08/23">
<link rel="stylesheet" href="/style.css"> <link rel="stylesheet" href="/style.css">
<style> <style>
.-spell {} .-spell {}

View File

@@ -19,7 +19,7 @@
<description><![CDATA[<!DOCTYPE HTML> <description><![CDATA[<!DOCTYPE HTML>
<html lang="en"> <html lang="en">
<title>'Writing my own web crawler in go'</title> <title>'Writing my own web crawler in go'</title>
<meta name="date" content="2025/08/21"> <meta name="date" content="2025/08/23">
<link rel="stylesheet" href="/style.css"> <link rel="stylesheet" href="/style.css">
<style> <style>
.-spell {} .-spell {}

View File

@@ -18,8 +18,9 @@
Welcome to my website. I do a bunch of coding, I try to lean towards Welcome to my website. I do a bunch of coding, I try to lean towards
lower level languages (mostly C) as I find it more fun when there's a lower level languages (mostly C) as I find it more fun when there's a
challenge. As for the content of this website: I put blog posts up challenge. As for the content of this website: I put blog posts up
when I've got something interesting to talk about and host my own git when I've got something interesting to talk about. In addition to my
server with stuff I make (you can find the things I'm proud of below). blog I host my own git server with stuff I make (you can find links
to the things I'm proud of below).
</p> </p>
<p> <p>
Thank you for visiting, if you've got something you wanna say to me, Thank you for visiting, if you've got something you wanna say to me,