create new greentext section
This commit is contained in:
22
greentext/captcha.html
Normal file
22
greentext/captcha.html
Normal 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>>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>
|
||||||
7
greentext/greentext.css
Normal file
7
greentext/greentext.css
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
p {
|
||||||
|
color: #789922;
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
background-color: #d6daf0;
|
||||||
|
}
|
||||||
13
greentext/template.html
Normal file
13
greentext/template.html
Normal 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>>be me</p>
|
||||||
|
<p>>puruple pig</p>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
Reference in New Issue
Block a user