-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcredits-en.html
More file actions
62 lines (57 loc) · 1.26 KB
/
credits-en.html
File metadata and controls
62 lines (57 loc) · 1.26 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Credits - Soosooland</title>
<link rel="stylesheet" href="https://soosooland.com/css/protection.css">
<script src="https://soosooland.com/js/protection.js"></script>
<style>
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
line-height: 1.8;
max-width: 600px;
margin: 40px auto;
padding: 20px;
color: #333;
}
h1 {
color: #2c3e50;
border-bottom: 2px solid #3498db;
padding-bottom: 10px;
margin-bottom: 30px;
}
h2 {
color: #34495e;
margin-top: 30px;
margin-bottom: 15px;
font-size: 1.1em;
}
p {
margin: 10px 0;
}
.copyright {
margin-top: 40px;
padding-top: 20px;
border-top: 1px solid #ddd;
font-size: 0.9em;
color: #666;
}
</style>
</head>
<body>
<h1>Credits</h1>
<p>
Created by Han Soosoo<br>
Built with Claude (Anthropic), ChatGPT (OpenAI), Gemini (Google)
</p>
<h2>Hosting</h2>
<p>GitHub Pages, Vercel</p>
<h2>Special Thanks</h2>
<p>Nature Lee, Juju, Coxon<br>
<div class="copyright">
© 2025 Han Soosoo<br>
All rights reserved. Games registered with Korea Copyright Commission.
</div>
</body>
</html>