-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
36 lines (36 loc) · 1.59 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Dozajes Calculator </title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
</head>
<link
rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css"/>
<link rel="stylesheet" href="style.css">
<body>
<div class="container mt-5">
<div class="row mt-5">
<div class="col-sm mt-5 text-center">
<h1>Agirliga Gore Kac CC Ilac Verilebilir</h1>
</div>
</div>
</div>
<div class="container mt-5">
<div class="row">
<div class="col-sm-6 mx-auto">
<form class="input-group">
<input type="text" class="form-control border-3 border-warning-subtle rounded" id="inputText" placeholder="Hasta Kilosunu Giriniz...">
<div class="button-group ms-2">
<button type="button" class="btn btn-success border-2 border-black" id="CalculateButton">Hesapla</button>
</div>
</form>
<ul id="infoList" class="list-group m-3"></ul>
</div>
</div>
</div>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL" crossorigin="anonymous"></script>
<script src="main.js"></script>
</body>
</html>