create new greentext section

This commit is contained in:
2026-04-26 20:46:17 +00:00
parent 922f93675b
commit d20a07a9b6
3 changed files with 42 additions and 0 deletions

22
greentext/captcha.html Normal file
View File

@@ -0,0 +1,22 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>my greentext</title>
<link rel="stylesheet" href="greentext.css">
</head>
<body>
<p>&gt;be me</p>
<p>&gt;watch youtube</p>
<p>&gt;zone out</p>
<p>&gt;come back from zone out</p>
<p>&gt;what?</p>
<p>&gt;youtube video now in weird captcha?</p>
<p>&gt;look up captcha game</p>
<p>&gt;find game</p>
<p>&gt;captchaware</p>
<p>&gt;very addicting</p>
<p>&gt;good ost</p>
</body>
</html>

7
greentext/greentext.css Normal file
View File

@@ -0,0 +1,7 @@
p {
color: #789922;
margin: 0;
}
body {
background-color: #d6daf0;
}

13
greentext/template.html Normal file
View File

@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>my greentext</title>
<link rel="stylesheet" href="greentext.css">
</head>
<body>
<p>&gt;be me</p>
<p>&gt;puruple pig</p>
</body>
</html>