22 lines
580 B
HTML
22 lines
580 B
HTML
<!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>>be me</p>
|
|
<p>>watch youtube</p>
|
|
<p>>zone out</p>
|
|
<p>>come back from zone out</p>
|
|
<p>>what?</p>
|
|
<p>>youtube video now in weird captcha?</p>
|
|
<p>>look up captcha game</p>
|
|
<p>>find game</p>
|
|
<p>>captchaware</p>
|
|
<p>>very addicting</p>
|
|
<p>>good ost</p>
|
|
</body>
|
|
</html> |