-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdesicion.html
45 lines (29 loc) · 1.12 KB
/
desicion.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
44
45
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://fonts.googleapis.com/css?family=Roboto&display=swap" rel="stylesheet">
<link href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet"
integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
<link rel="stylesheet" href="index.css">
<title>business online loan</title>
</head>
<body>
<header>
<h1><img src="https://www.libertybank.ge/m/i/logo-en@2x.png" alt=""></h1>
</header>
<br>
<div class="disicion">
<!-- <img alt=""> -->
</div>
<h4 class="desicionText"></h4>
<!-- <p class="page3">your company: <span id="result"> </span> are approved for credit
<script>
document.getElementById("result").innerHTML = localStorage.getItem("nameid");
</script> -->
</p>
<h2 class="phone">Phone : 032 2 00 00 00 </h2>
<script src="desicion.js"></script>
</body>
</html>