-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
27 lines (23 loc) · 1.08 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="https://kit.fontawesome.com/a379ce572a.js" crossorigin="anonymous"></script>
<title>Main Page</title>
<link rel="shortcut icon" href="https://img.icons8.com/dusk/512/000000/home.png">
<link rel="stylesheet" href="styles.css">
<!-- <link rel="stylesheet" href="reset.scss"> -->
<link rel="icon" type="image/x-icon" href="./Portfolio/assets/img/favicon.png">
<link href="" rel="icon">
<meta name="description" content="Barış'ın Portfolio">
<script src="https://code.jquery.com/jquery-3.5.0.js">
</script>
</head>
<body>
<iframe src="/Portfolio/index.html" #iframe *ngIf="isPaymentLoaded" frameborder="0"
style="overflow:hidden;overflow-x:hidden;overflow-y:hidden;height:100%;min-height:500px;width:100%;position:absolute;top:0px;left:0px;right:0px;bottom:0px"
height="100%" width="100%" id="iframe"></iframe>
</body>
</html>