We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ede8ff6 commit b8cfcf5Copy full SHA for b8cfcf5
1 file changed
agree.html
@@ -1,15 +1,18 @@
1
+<!DOCTYPE html>
2
<html>
3
<head>
4
+ <link href='https://fonts.googleapis.com/css?family=Roboto Slab' rel='stylesheet'>
5
<title>Zero Bots Allowed</title>
6
<link rel="icon" type="image/x-icon" href="icon.png">
7
<style>
- body {
- text-align:center;
8
- background:#408000;
9
- color:#80ff00;
10
- font-size:25px;
11
- padding:10px;
12
- }
+ body {
+ font-family:'Roboto Slab';
+ text-align:center;
+ background:#408000;
+ color:#aaff00;
13
+ font-size:25px;
14
+ padding:10px;
15
+ }
16
17
p {
18
font-size:20px;
0 commit comments