summary refs log tree commit diff stats
path: root/valentine/7.html
diff options
context:
space:
mode:
Diffstat (limited to 'valentine/7.html')
-rw-r--r--valentine/7.html65
1 files changed, 65 insertions, 0 deletions
diff --git a/valentine/7.html b/valentine/7.html
new file mode 100644
index 0000000..9805d62
--- /dev/null
+++ b/valentine/7.html
@@ -0,0 +1,65 @@
+
+<!doctype html>
+<html class="no-js" lang="">
+    <head>
+        <meta charset="utf-8">
+        <meta http-equiv="x-ua-compatible" content="ie=edge">
+        <title>Will you be my valentine ?</title>
+        <meta name="description" content="">
+        <meta name="viewport" content="width=device-width, initial-scale=1">
+        <link rel="stylesheet" type="text/css" href="src/colors.css" />
+        <link rel="stylesheet" type="text/css" href="src/style.css" />
+
+    </head>
+    <body>
+        <style>
+          .yes {
+             background-color: #4CAF50;
+             border: none;
+             color: white;
+             padding: 15px 15px;
+             text-align: center;
+             text-decoration: none;
+             display: inline-block;
+             font-size: 113px;
+             margin: 4px 4px;
+             cursor: pointer;
+         }
+         .no {
+             background-color: #f44336;
+             border: none;
+             color: white;
+             padding: 15px 15px;
+             text-align: center;
+             text-decoration: none;
+             display: inline-block;
+             font-size: 10px;
+             margin: 4px 4px;
+             cursor: pointer;
+         }
+         .answers {
+            text-align: center;
+            margin-top: 50px;
+         }
+
+         a {
+            color: white;
+            text-decoration: none;
+            padding: 10px 20px;
+            border-radius: 5px;
+         }
+
+        </style>
+        <h1>Will you be my valentine ? </h1>
+        <div class="answers">
+        <img src="src/chibi.gif" alt="heart" class="heart" width="200px" height="200px">
+        <br/>
+        <div class="yes">
+            <a href="yes.html">Yes</a>
+        </div>
+        <div class="no">
+            <a href="8.html">What about now ?</a>
+        </div>
+        </div>
+    </body>
+</html>
-07-13 09:32:22 +0200 committer Anselm R. Garbe <garbeam@wmii.de> 2006-07-13 09:32:22 +0200 added logo+description' href='/acidbong/suckless/dwm/commit/README?h=5.7&id=650a1fb4e1a798aca48a53739f5bb2649191bc1c'>650a1fb ^
01a8d44 ^
650a1fb ^
1076f2b
650a1fb ^
1076f2b
650a1fb ^
1076f2b

650a1fb ^
1076f2b
eff4478 ^
1076f2b
7b5638f ^

98c6a92 ^
98c6a92 ^

02cea3b ^
7b5638f ^
2b66f7a ^
98c6a92 ^
7b5638f ^
1076f2b

dc5c070 ^

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51