feat: simple copyright

This commit is contained in:
aze
2025-09-05 20:32:52 +02:00
parent 69183df249
commit a9fad753a8
4 changed files with 40 additions and 0 deletions

16
index.html Normal file
View File

@@ -0,0 +1,16 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="assets/css/styles.css">
<title>Saturn</title>
</head>
<body>
<div class="rbottom">
<img src="assets/img/saturn-black.png" alt="">
<p>© 2025 Saturn</p>
</div>
</body>
</html>