initial commit

This commit is contained in:
q 2025-05-21 00:39:26 -04:00
commit 15913db41a
14 changed files with 335 additions and 0 deletions

14
tshweb/404.html Normal file
View file

@ -0,0 +1,14 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Third Culture Upload</title>
<link rel="stylesheet" href="styles/main.css">
</head>
<body>
<br/>
<p style="color: red; text-align: center;">Content not found!</p>
<p style="color: red; text-align: center;">404</p>
</body>
</html>