-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
43 lines (26 loc) · 1.21 KB
/
index.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=1024">
<link rel="stylesheet" href="style.css">
<title>Vote for Banning this vulgar equation for the respect of our lovely feminists</title>
<link href='https://fonts.googleapis.com/css?family=Satisfy' rel='stylesheet' type='text/css'>
<script src="https://www.desmos.com/api/v0.6/calculator.js?apiKey=dcb31709b452b1cf9dc26972add0fda6"></script>
</head>
<body>
<div id="bell" class="graph"> <h1>Come on Feminist lets ban this equation</h1>
<div class="gradient-border" id="box"><h4>Are you with us on the movement to ban this matherfacker vulgar equation below?</h4>
<a id="test-link" href="#" class="rainbow-button">Confirm</a>
<br>
<p id="test-text"></p>
</div>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
<script src="main.js"></script>
<h5 style="text-align: center; color: white;">Copyright © 2020 Yasin Ansari<br/>
<script language="JavaScript" type="text/javascript">
document.write("Last Modified: " + document.lastModified);
</script></h5>
</body>
</html>