roundabout,
created on Tuesday, 21 May 2024, 14:54:06 (1716303246),
received on Tuesday, 21 May 2024, 14:54:20 (1716303260)
Author identity: vlad <vlad.muntoiu@gmail.com>
3c13446c92fe1e56a66c6d4ac4128cb3c064168f
articles/browsers-are-doing-too-much.html
@@ -128,7 +128,7 @@ not have many gimmicky features other than the ones that are from upstream.
</main> <footer> <p>Page generated on Tuesday, 7 May 2024 at 13:50:41</p><p>Page generated on Tuesday, 21 May 2024 at 17:53:32</p><p xmlns:cc="http://creativecommons.org/ns#" >This work is marked with <a href="https://creativecommons.org/publicdomain/zero/1.0/?ref=chooser-v1" target="_blank" rel="license noopener noreferrer" style="display:inline-block;">CC0 1.0 Universal</a> (π). No rights reserved.</p> <a href="#">Back to top</a> </footer>
articles/homemade-nas.html
@@ -0,0 +1,188 @@
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title> Cheap, homemade NAS with Raspberry Pi </title> <link rel="stylesheet" href="/static/style.css"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> </head> <body> <header> <nav> <ul> <li><a href="/">Home</a></li> <li><a href="/projects">Projects</a></li> <li><a href="/index">Index</a></li> <li><a href="https://roundabout-host.com/roundabout">Roundabout-host</a></li> </ul> <ul> <li><a href="mailto:root@roundabout-host.com" id="mail-link">root@roundabout-host.com</a></li> </ul> </nav> </header> <main> <h1>Cheap, homemade NAS with Raspberry Pi</h1> <div id="article-date">2024-05-21, 17:53:18</div> <article class="content-area"> <p>This is a very simple, cheap and quick way to get networked storage at home. It should not cost more than β¬120 for all the components (assuming you've got a network you can plug it into). It also offers more flexibility than a commercial NAS, because you can install any software you want on it. And if you already use the Raspberry Pi for something else, you can just add this to it and not worry about an extra device you need power, networking, space and maintenance for. </p><p>A Raspberry Pi is already 4-bay since it has 4 USB ports. You can use a hub for more drives, since no HDD will use the full potential of USB 3.0. Just keep in mind you need an adapter for each. </p><p>However, for large-scale use, this method should be done with a different type of computer, not a Raspberry Pi. </p><p>I assume you know some things about GNU/Linux, SSH, and networking. This guide is not for that; if you don't know these things read some material when you need it. </p><p>If you think this is for you, keep reading. </p><h2>Materials</h2><ul><li><p>Raspberry Pi, or another small computer that can run GNU/Linux, has a network and USB. I'm using the Pi 4 with 8GB of RAM, but you can use any model. </p></li><li><p>microSD card of at least 16GB (this won't be your primary storage but a boot device) </p></li><li><p>SATA drive(s), or USB drives - SATA drives are cheaper. Format the drive on your own computer; it's easier that way. Choose ext4 as the filesystem. </p></li><li><p>Suitable adapter(s) for the SATA drive(s). </p><ul><li><p>For Raspberry Pi 5 you could get a SATA HAT as it has PCIe, which is more efficient. </p></li><li><p>If your other kind of small computer has SATA, you can use that. </p></li><li><p>Otherwise get a USB to SATA adapter, one per drive. For older Raspberry Pis, don't get a SATA HAT, as they use USB as well but cost more for some reason. Please make sure to get one that can take power from a separate source if you're going to use 3.5" drives. </p></li></ul></li><li><p>A power supply for your computer. For Raspberry Pi, a phone charger of 5V and 3A (marketed as fast charging) is enough. </p></li><li><p>If you're using 3.5" SATA drives, a power supply for the adapter(s) if they don't come with one. </p><ol><li><p>5" drives need more power than USB can provide. </p></li></ol></li><li><p>If you want to use wired networking, a cable. If you want to use wireless networking and your computer doesn't have Wi-Fi, some Wi-Fi adapter. </p></li><li><p>If you have an SBC you should have a case, but it's not required. You can also use lego. </p></li><li><p>Some other computer. An Android phone is fine; just install <a href="https://termux.com/">Termux</a>. </p></li></ul><h3>My setup</h3><ul><li><p>Raspberry Pi 4 with 8GB of RAM (β¬80) </p></li><li><p>No-name 3.5" SATA to USB adapter with power supply (β¬18) </p></li><li><p>One Toshiba P300 4TB 3.5" SATA drive (β¬90). No RAID, but I copy important files to my own PC. </p></li><li><p>Raspberry Pi 15W power adapter (β¬9) </p></li><li><p>A 1.5m Cat6 cable (β¬3) </p></li><li><p>SanDisk Extreme 128GB microSD card (β¬15) </p></li><li><p>Official case (β¬6). Don't judge me, it's just a piece of plastic, and it's cheap. Don't forget Raspberry Pi is not Apple. </p></li></ul><p>Total: β¬221. Now, this is not the cheapest setup. I use that Pi for other things as well. You can certainly have a cheaper setup: </p><h3>Low-cost setup</h3><ul><li><p>Raspberry Pi 4 with 1GB of RAM (β¬40). I'd insist on getting a big Pi, as the Zero doesn't have wired networking, only one USB port, and too little RAM. </p></li><li><p>Cheaper no-name 3.5" SATA to USB adapter with power supply (β¬10) </p></li><li><p>One Toshiba P300 1TB 3.5" SATA drive (β¬50) </p></li><li><p>Phone charger (β¬6, if not already owned) </p></li><li><p>No cable, use Wi-Fi (I assume you have Wi-Fi) </p></li><li><p>SanDisk Ultra 32GB microSD card (β¬7) </p></li><li><p>No case </p></li></ul><p>Total: β¬113, with drive included! </p><p>What about a "real" NAS? </p><p>Cheapest NAS I could find is β¬180! It is 1-bay and has 1GB of RAM. It doesn't do anything else, it doesn't use standard protocols, it runs a proprietary OS, it's bulkier and much more expensive. (The brand is Synology.) </p><p>No, it doesn't come with drives. Using the same drive as above, it would reach β¬230. </p><p>Well, it's plug-and-play but that makes it much more restricted. Also, it does have a warranty and professional support. However, it's not the kind of NAS a business would use either. </p><h2>Setup (skip if you already have the computer set up)</h2><ol><li><p>Flash your microSD card. Raspberry Pi recommends <a href="https://www.raspberrypi.org/software/">their own (free) software</a>, Choose an OS without a GUI: Raspberry Pi OS Lite, Ubuntu enable SSH and preset the Wi-Fi settings if you're going </p></li><li><p>Put the card in the computer, plug in the network and start it. </p></li><li><p>Find out the IP address of the computer. You can use your router's web interface, or a network Now is a good time to set up a static IP address for the computer, forward its ports dynamic DNS if you want to access it from the internet. <a href="https://ydns.io/">YDNS</a> is a imple and free service for that. Their official client is also free software. </p></li><li><p>Connect to your server via SSH. On GNU/Linux or Macintosh you can use the preinstalled <code>ssh</code> On Windows, you can use <a href="https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html">PuTTY</a>. </p></li><li><p>Set a root password with <code>sudo passwd</code>. Then <code>su</code>. </p></li><li><p>Update the system with <code>apt update && apt -y upgrade</code>. </p></li></ol><h2>Set up the drives</h2><p>You must edit the <code>/etc/fstab</code> to automatically mount the drives on boot. If you know how to do this, you can do it yourself. For the rest of the tutorial the mount point will be <code>/storage</code>. </p><ol><li><p>Turn off the computer and plug in the drive(s). </p></li><li><p>Turn on the computer. </p></li><li><p><code>lsblk</code> to find the drive(s). They should be <code>/dev/sd</code> followed by a letter. For now we'll </p></li><li><p>Find the drive's UUID with <code>blkid /dev/sdX1</code>. </p></li><li><p>Add the drive to the <code>/etc/fstab</code> as such: </p><p>=00000000-0000-0000-0000-000000000000 /storage ext4 defaults 0 2 </p></li></ol><p>Replace the UUID with the one you found and, if you want, the mount point (<code>/storage</code> in this case) with another one, and the filesystem to match the one you formatted the drive with. Change the last column to <code>0</code> to disable fsck for that drive. </p><ol><li><p><code>mkdir /storage</code> to create the mount point. </p></li><li><p>Reboot. </p></li></ol><h2>Give each user their private directory</h2><p>We'll mirror the home layout. However, we won't move the existing home directories, because then users can't use the SD card, and you may have some other apps to run on the server that you want to be separate from the mass storage. </p><p>Write a systemd service to create the directories on boot. Give it a name inside <code>/etc/systemd/system/</code>, like <code>/etc/systemd/system/setup_storage_dirs.service</code> </p><pre data-language="ini">[Unit] Description=Update private user storage spaces [Service] Type=oneshot ExecStart=/usr/bin/python3 /usr/local/bin/setup_storage_dirs.py [Install] WantedBy=multi-user.target </pre><p>And the script <code>/usr/local/bin/setup_storage_dirs.py</code>: </p><pre data-language="python">#!/bin/python3 import os import subprocess from pathlib import Path homes = Path("/home").glob("*") storage_path = Path("/storage") # change this if you changed the mount point for home in homes: if home.is_dir(): user = home.name storage = storage_path/user bound = home/"Storage" # change this if you'd like a different name if not storage.exists(): os.makedirs(storage) os.chown(storage, home.stat().st_uid, home.stat().st_gid) os.chmod(storage, 0o700) if not bound.is_dir(): os.makedirs(bound) os.chown(bound, home.stat().st_uid, home.stat().st_gid) os.chmod(bound, 0o700) # Using bind mounts; some file managers don't like symlinks subprocess.run(["mount", "--bind", str(storage), str(bound)]) </pre><p>Reboot. Now each user has a private directory on your drive at <code>~/Storage</code>. You can add more users; each will get their own directory only they can access. </p><h2>Using the server</h2><p>This guide does not cover setting up sharing protocols. However, we will use SFTP (FTP over SSH) because it's plug-and-play, the speed difference is negligible, it integrates with system users, it's native (works in the system file manager, no web needed) and, last but not least, it's encrypted. </p><p>Since you set up the OS to use SSH, you can use SFTP. All file managers can connect to SFTP servers, except for Windows Explorer, in which case you can use WinSCP. This is not my problem, it's Microsoft's problem. Even the preinstalled file manager on Samsung phones can use an SFTP add-on. Not like Next"cloud"ΒΉ is more integrated. </p><p>If you want to mount it there is the <code>sshfs</code> program as well. This is useful if you don't like GUI file managers or want easier access to the files. </p><h3>SFTP in the terminal</h3><pre data-language="sh">sftp -oPort=22 user@server </pre><p>If you use port 22, you can omit the oPort option. The commands are identical to the ones in the classic <code>ftp</code> client. </p><h3>SSHFS</h3><pre data-language="sh">sshfs user@server:/storage/user ~/server </pre><p>Second argument is the "mount point". If you want to unmount it: </p><pre data-language="sh">fusermount -u ~/server </pre><h3>SFTP in the file manager</h3><p>Graphically, you can access SFTP by typing <code>sftp://user@server</code> in the address bar (works in most cases) or by finding an option to connect to a server. </p><h4>Nemo (GNU/Linux)</h4><p>File > Connect to server > select type <code>SSH</code> </p><h4>Material Files (Android)</h4><p>Menu > Add storage > SFTP server </p><h4>Amaze (Android)</h4><p>Plus button > Cloud connection > SCP/SFTP Connection </p><h4>Windows</h4><p>Windows Explorer doesn't natively support SFTP. WinSCP is a good client for it, and it's free software. </p><h4>Samsung phone file manager (Android)</h4><p>Storage space section > Network storage space > Update the app when prompted > Plus > SFTP server </p> </article> </main> <footer> <p>Page generated on Tuesday, 21 May 2024 at 17:53:32</p> <p xmlns:cc="http://creativecommons.org/ns#" >This work is marked with <a href="https://creativecommons.org/publicdomain/zero/1.0/?ref=chooser-v1" target="_blank" rel="license noopener noreferrer" style="display:inline-block;">CC0 1.0 Universal</a> (π). No rights reserved.</p> <a href="#">Back to top</a> </footer> </body> </html>
articles/moved-to-a-roundabout.html
@@ -45,7 +45,7 @@ yet, but I will move them in the future when I get back to them.
</main> <footer> <p>Page generated on Tuesday, 7 May 2024 at 13:50:41</p><p>Page generated on Tuesday, 21 May 2024 at 17:53:32</p><p xmlns:cc="http://creativecommons.org/ns#" >This work is marked with <a href="https://creativecommons.org/publicdomain/zero/1.0/?ref=chooser-v1" target="_blank" rel="license noopener noreferrer" style="display:inline-block;">CC0 1.0 Universal</a> (π). No rights reserved.</p> <a href="#">Back to top</a> </footer>
articles/semantic-css.html
@@ -25,7 +25,7 @@
<main> <h1>Let's write more semantic CSS</h1> <div id="article-date">2024-05-07, 13:50:41</div><div id="article-date">2024-05-18, 09:11:37</div><article class="content-area"> <p>You probably wrote something like this at least once in your life:
@@ -250,7 +250,7 @@ released as a framework.
</main> <footer> <p>Page generated on Tuesday, 7 May 2024 at 13:50:41</p><p>Page generated on Tuesday, 21 May 2024 at 17:53:32</p><p xmlns:cc="http://creativecommons.org/ns#" >This work is marked with <a href="https://creativecommons.org/publicdomain/zero/1.0/?ref=chooser-v1" target="_blank" rel="license noopener noreferrer" style="display:inline-block;">CC0 1.0 Universal</a> (π). No rights reserved.</p> <a href="#">Back to top</a> </footer>
index.html
@@ -25,10 +25,22 @@
<h1>All articles</h1> <article class="content-area"> <h2><a href="/articles/homemade-nas.html" class="article-title">Cheap, homemade NAS with Raspberry Pi</a></h2> <div class="home-article-date">2024-05-21</div> <p><p>This is a very simple, cheap and quick way to get networked storage at home. It should not cost more than β¬120 for all the components (assuming you've got a network you can plug it into). It also offers more flexibility than a commercial NAS, because you can install any software you want on it. And if you already use the Raspberry Pi for something else, you can just add this to it and not worry about an extra device you need power, networking, space and maintenance for. </p></p> </article> <article class="content-area"> <h2><a href="/articles/semantic-css.html" class="article-title">Let's write more semantic CSS</a></h2> <div class="home-article-date">2024-05-07</div><div class="home-article-date">2024-05-18</div><p><p>You probably wrote something like this at least once in your life: </p><pre data-language="html"><div class="card card--rounded card--primary"> <div class="card__image-container">
@@ -98,7 +110,7 @@ roundabout itself.
</main> <footer> <p>Page generated on Tuesday, 7 May 2024 at 13:50:41</p><p>Page generated on Tuesday, 21 May 2024 at 17:53:32</p><p xmlns:cc="http://creativecommons.org/ns#" >This work is marked with <a href="https://creativecommons.org/publicdomain/zero/1.0/?ref=chooser-v1" target="_blank" rel="license noopener noreferrer" style="display:inline-block;">CC0 1.0 Universal</a> (π). No rights reserved.</p> <a href="#">Back to top</a> </footer>
index/index.html
@@ -267,7 +267,7 @@ the position and class of waste in images. It can separate the following classes
<article class="content-area"> <h2><a href="/posts/semantic-css.html" class="article-title">Let's write more semantic CSS</a></h2> <div class="home-article-date">2024-05-07</div><div class="home-article-date">2024-05-18</div><p><p>You probably wrote something like this at least once in your life: </p><pre data-language="html"><div class="card card--rounded card--primary"> <div class="card__image-container">
@@ -474,6 +474,24 @@ stage, it supports:
</div> </details> <details class="topic-expander"> <summary><h2>gnu/linux</h2></summary> <div class="topic-posts"> <article class="content-area"> <h2><a href="/posts/homemade-nas.html" class="article-title">Cheap, homemade NAS with Raspberry Pi</a></h2> <div class="home-article-date">2024-05-21</div> <p><p>This is a very simple, cheap and quick way to get networked storage at home. It should not cost more than β¬120 for all the components (assuming you've got a network you can plug it into). It also offers more flexibility than a commercial NAS, because you can install any software you want on it. And if you already use the Raspberry Pi for something else, you can just add this to it and not worry about an extra device you need power, networking, space and maintenance for. </p></p> </article> </div> </details> <details class="topic-expander"> <summary><h2>gpl</h2></summary> <div class="topic-posts">
@@ -489,13 +507,31 @@ It uses Jinja2 for templating. This site was generated using Ampoule.
</div> </details> <details class="topic-expander"> <summary><h2>hardware</h2></summary> <div class="topic-posts"> <article class="content-area"> <h2><a href="/posts/homemade-nas.html" class="article-title">Cheap, homemade NAS with Raspberry Pi</a></h2> <div class="home-article-date">2024-05-21</div> <p><p>This is a very simple, cheap and quick way to get networked storage at home. It should not cost more than β¬120 for all the components (assuming you've got a network you can plug it into). It also offers more flexibility than a commercial NAS, because you can install any software you want on it. And if you already use the Raspberry Pi for something else, you can just add this to it and not worry about an extra device you need power, networking, space and maintenance for. </p></p> </article> </div> </details> <details class="topic-expander"> <summary><h2>html</h2></summary> <div class="topic-posts"> <article class="content-area"> <h2><a href="/posts/semantic-css.html" class="article-title">Let's write more semantic CSS</a></h2> <div class="home-article-date">2024-05-07</div><div class="home-article-date">2024-05-18</div><p><p>You probably wrote something like this at least once in your life: </p><pre data-language="html"><div class="card card--rounded card--primary"> <div class="card__image-container">
@@ -587,6 +623,42 @@ the position and class of waste in images. It can separate the following classes
</div> </details> <details class="topic-expander"> <summary><h2>nas</h2></summary> <div class="topic-posts"> <article class="content-area"> <h2><a href="/posts/homemade-nas.html" class="article-title">Cheap, homemade NAS with Raspberry Pi</a></h2> <div class="home-article-date">2024-05-21</div> <p><p>This is a very simple, cheap and quick way to get networked storage at home. It should not cost more than β¬120 for all the components (assuming you've got a network you can plug it into). It also offers more flexibility than a commercial NAS, because you can install any software you want on it. And if you already use the Raspberry Pi for something else, you can just add this to it and not worry about an extra device you need power, networking, space and maintenance for. </p></p> </article> </div> </details> <details class="topic-expander"> <summary><h2>networking</h2></summary> <div class="topic-posts"> <article class="content-area"> <h2><a href="/posts/homemade-nas.html" class="article-title">Cheap, homemade NAS with Raspberry Pi</a></h2> <div class="home-article-date">2024-05-21</div> <p><p>This is a very simple, cheap and quick way to get networked storage at home. It should not cost more than β¬120 for all the components (assuming you've got a network you can plug it into). It also offers more flexibility than a commercial NAS, because you can install any software you want on it. And if you already use the Raspberry Pi for something else, you can just add this to it and not worry about an extra device you need power, networking, space and maintenance for. </p></p> </article> </div> </details> <details class="topic-expander"> <summary><h2>opinion</h2></summary> <div class="topic-posts">
@@ -674,6 +746,24 @@ and automatically better even though it sucks!
</div> </details> <details class="topic-expander"> <summary><h2>raspberry pi</h2></summary> <div class="topic-posts"> <article class="content-area"> <h2><a href="/posts/homemade-nas.html" class="article-title">Cheap, homemade NAS with Raspberry Pi</a></h2> <div class="home-article-date">2024-05-21</div> <p><p>This is a very simple, cheap and quick way to get networked storage at home. It should not cost more than β¬120 for all the components (assuming you've got a network you can plug it into). It also offers more flexibility than a commercial NAS, because you can install any software you want on it. And if you already use the Raspberry Pi for something else, you can just add this to it and not worry about an extra device you need power, networking, space and maintenance for. </p></p> </article> </div> </details> <details class="topic-expander"> <summary><h2>roundabout</h2></summary> <div class="topic-posts">
@@ -750,6 +840,24 @@ publishing the works.
</div> </details> <details class="topic-expander"> <summary><h2>server</h2></summary> <div class="topic-posts"> <article class="content-area"> <h2><a href="/posts/homemade-nas.html" class="article-title">Cheap, homemade NAS with Raspberry Pi</a></h2> <div class="home-article-date">2024-05-21</div> <p><p>This is a very simple, cheap and quick way to get networked storage at home. It should not cost more than β¬120 for all the components (assuming you've got a network you can plug it into). It also offers more flexibility than a commercial NAS, because you can install any software you want on it. And if you already use the Raspberry Pi for something else, you can just add this to it and not worry about an extra device you need power, networking, space and maintenance for. </p></p> </article> </div> </details> <details class="topic-expander"> <summary><h2>software</h2></summary> <div class="topic-posts">
@@ -874,7 +982,7 @@ the position and class of waste in images. It can separate the following classes
<article class="content-area"> <h2><a href="/posts/semantic-css.html" class="article-title">Let's write more semantic CSS</a></h2> <div class="home-article-date">2024-05-07</div><div class="home-article-date">2024-05-18</div><p><p>You probably wrote something like this at least once in your life: </p><pre data-language="html"><div class="card card--rounded card--primary"> <div class="card__image-container">
@@ -977,7 +1085,7 @@ the position and class of waste in images. It can separate the following classes
</main> <footer> <p>Page generated on Tuesday, 7 May 2024 at 13:50:41</p><p>Page generated on Tuesday, 21 May 2024 at 17:53:32</p><p xmlns:cc="http://creativecommons.org/ns#" >This work is marked with <a href="https://creativecommons.org/publicdomain/zero/1.0/?ref=chooser-v1" target="_blank" rel="license noopener noreferrer" style="display:inline-block;">CC0 1.0 Universal</a> (π). No rights reserved.</p> <a href="#">Back to top</a> </footer>
projects/ampoule.html
@@ -270,7 +270,7 @@ If not, see <https://www.gnu.org/licenses/>.
</main> <footer> <p>Page generated on Tuesday, 7 May 2024 at 13:50:41</p><p>Page generated on Tuesday, 21 May 2024 at 17:53:32</p><p xmlns:cc="http://creativecommons.org/ns#" >This work is marked with <a href="https://creativecommons.org/publicdomain/zero/1.0/?ref=chooser-v1" target="_blank" rel="license noopener noreferrer" style="display:inline-block;">CC0 1.0 Universal</a> (π). No rights reserved.</p> <a href="#">Back to top</a> </footer>
projects/echo.html
@@ -56,7 +56,7 @@ any entity that uses the works is notified of this instrument.
</main> <footer> <p>Page generated on Tuesday, 7 May 2024 at 13:50:41</p><p>Page generated on Tuesday, 21 May 2024 at 17:53:32</p><p xmlns:cc="http://creativecommons.org/ns#" >This work is marked with <a href="https://creativecommons.org/publicdomain/zero/1.0/?ref=chooser-v1" target="_blank" rel="license noopener noreferrer" style="display:inline-block;">CC0 1.0 Universal</a> (π). No rights reserved.</p> <a href="#">Back to top</a> </footer>
projects/index.html
@@ -71,7 +71,7 @@ played in the terminal. It's a great SSH toy for when you're bored.
</main> <footer> <p>Page generated on Tuesday, 7 May 2024 at 13:50:41</p><p>Page generated on Tuesday, 21 May 2024 at 17:53:32</p><p xmlns:cc="http://creativecommons.org/ns#" >This work is marked with <a href="https://creativecommons.org/publicdomain/zero/1.0/?ref=chooser-v1" target="_blank" rel="license noopener noreferrer" style="display:inline-block;">CC0 1.0 Universal</a> (π). No rights reserved.</p> <a href="#">Back to top</a> </footer>
projects/roundabout.html
@@ -106,7 +106,7 @@ you, you can always run your own instance.
</main> <footer> <p>Page generated on Tuesday, 7 May 2024 at 13:50:41</p><p>Page generated on Tuesday, 21 May 2024 at 17:53:32</p><p xmlns:cc="http://creativecommons.org/ns#" >This work is marked with <a href="https://creativecommons.org/publicdomain/zero/1.0/?ref=chooser-v1" target="_blank" rel="license noopener noreferrer" style="display:inline-block;">CC0 1.0 Universal</a> (π). No rights reserved.</p> <a href="#">Back to top</a> </footer>
projects/waste.html
@@ -115,7 +115,7 @@ POSSIBILITY OF SUCH DAMAGE.
</main> <footer> <p>Page generated on Tuesday, 7 May 2024 at 13:50:41</p><p>Page generated on Tuesday, 21 May 2024 at 17:53:32</p><p xmlns:cc="http://creativecommons.org/ns#" >This work is marked with <a href="https://creativecommons.org/publicdomain/zero/1.0/?ref=chooser-v1" target="_blank" rel="license noopener noreferrer" style="display:inline-block;">CC0 1.0 Universal</a> (π). No rights reserved.</p> <a href="#">Back to top</a> </footer>
projects/wordle.html
@@ -68,7 +68,7 @@ the answer.
</main> <footer> <p>Page generated on Tuesday, 7 May 2024 at 13:50:41</p><p>Page generated on Tuesday, 21 May 2024 at 17:53:32</p><p xmlns:cc="http://creativecommons.org/ns#" >This work is marked with <a href="https://creativecommons.org/publicdomain/zero/1.0/?ref=chooser-v1" target="_blank" rel="license noopener noreferrer" style="display:inline-block;">CC0 1.0 Universal</a> (π). No rights reserved.</p> <a href="#">Back to top</a> </footer>