-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
41 lines (30 loc) · 1.77 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link href="https://fonts.googleapis.com/css?family=Roboto&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Rubik|Ubuntu&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.3/css/all.css" crossorigin="anonymous">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"></script>
<title>Custom Web Components</title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<profile-card title="Min Thu Kyaw" career="Software Developer" content="Hire Me!" avatar="my_pp.jpg" height="400px" width="300px" button-contact-url="https://www.facebook.com/min.t.kyaw.3591"></profile-card>
<!--<login-form data-action="localhost:8000" data-method="post"></login-form>-->
<!-- <register-form data-action="localhost"></register-form> -->
<!-- <cus-button backColor="blue" color="red">
</cus-button> -->
<!-- <social-button type="facebk" data-param-text="min thu kyaw" data-param-url="facebook.com"></social-button> -->
<!-- <modal-box content="it works yeah it;s ok man i can't believe it man" value="modal"><h1>hello</h1> -->
<!-- </modal-box> -->
<script src="components/app.js" type="module"></script>
<script src="components/function.js"></script>
<!-- testing -->
<!-- <script src="/components/modal/index.js"></script> -->
</body>
</html>