-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
34 lines (31 loc) · 1.35 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>THE CALCULATOR</title>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Document</title>
<link rel="stylesheet" href="index.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bulma@0.9.4/css/bulma.min.css">
</head>
<body>
<div
style="color: rgb(129, 21, 192);font-size: 35px;font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;font-weight: 600;text-align: center;">
<p> The love Calculator </p>
</div>
<div style="color:rgb(0, 0, 0);font-size: large;text-align: center;font-size: 28px;">
<p>Ko ni chi wa to yōkoso</p>
</div>
<div id="inp">
Your Name <input class="helo" type="text" placeholder="Namayewa">❤️
Your Crush 😁 <input class="helo" type="text" placeholder="Namayewa">❤️
</div>
<p style="text-align:center;"><button class="button is-danger is-rounded" onclick="func()">Calculate</button></p>
<p align="center" style="font-size: 40px; color:rgb(37, 226, 37);">Percentage Match</p>
<p id="out" align="center" style="font-size: 40px; color:red;"></p>
<div>
<p style="text-align: center;"><img id="qw"></p>
</div>
<script src="index.js"></script>
</body>
</html>