1
0
mirror of https://koodu.h-i.works/projects/thebadspace synced 2025-06-30 16:07:37 -05:00

1 Commits

Author SHA1 Message Date
6af048ab2a feat: add lang-attribute to the html-element
this helps computers interpret and manipulate the website content (example: pronunciation for assistive tech). if tbs ever gets a language setting that should be reflected here.
2025-05-05 22:46:52 +02:00
2 changed files with 1 additions and 4 deletions

View File

@ -1,3 +0,0 @@
<ro@h-i.works> <iam@roiskinda.cool>
<ro@h-i.works> <are0h@ubiqueros.com>
ro <are0h@ubiqueros.com>

View File

@ -1,5 +1,5 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html lang="en">
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">