forked from Unity-Lab-AI/Unity-Lab-AI.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathterms.html
More file actions
19 lines (18 loc) · 698 Bytes
/
terms.html
File metadata and controls
19 lines (18 loc) · 698 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Terms & Conditions - Unity AI</title>
<style>
body { background: #000; color: #fff; font-family: Arial, sans-serif; padding: 20px; }
a { color: #ff3e3e; text-decoration: none; }
h1 { color: #ff3e3e; }
</style>
</head>
<body>
<h1>Terms & Conditions</h1>
<p>Alright, listen up. These are the damn rules. You use this site, you play by our game. If you can't handle it, well, there's the exit.</p>
<p>No whining, no bullshit, no taking things out of context. Everything here is just for the twisted fun of it.</p>
<p><a href="index.html">↩ Go Back</a></p>
</body>
</html>