-
Notifications
You must be signed in to change notification settings - Fork 0
/
yes.html
22 lines (19 loc) · 839 Bytes
/
yes.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html>
<head>
<title>Be my Valentine?</title>
<link rel="stylesheet" href="style/style.css">
<script src="script/script-prevent-scrolling.js"></script>
<link rel="icon" href="assets/favicon.ico">
</head>
<body class="yes-background">
<div class="text-section">
<img class="yes-illustration" src="assets/heart-illustration.png" alt="">
<h1>Oouuh yé, lesss go</h1>
</div>
<div class="links-section">
<a class="button-primary" href="https://www.google.com/calendar/render?action=TEMPLATE&text=Valentine's+Day&dates=20240214T200000Z/20240214T233000Z&details=For+details,+link+here:+http://www.example.com&location=Bar+Joost,+Amsterdam&sf=true&output=xml" target="_blank" rel="noopener noreferrer">Add to calendar</a>
<a class="link" href="index.html">Home</a>
</div>
</body>
</html>