-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
25 lines (20 loc) · 817 Bytes
/
index.html
File metadata and controls
25 lines (20 loc) · 817 Bytes
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
<!DOCTYPE html>
<html>
<head>
<title>It's my Birthday "Bonheur"</title>
<link rel="stylesheet" href="style.css" type="text/css"
rel=" href='//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css'">
</head>
<body>
<div class="body-bg"> </div>
<div class="container" style= "background-image: url('./image/image1.jpg'); background-size: 100%;" >
<div class="container-data">
<div id="msg" style="margin-bottom:90% ;"></div>
</div>
</div>
<float id="float" style="margin-top: 100%; color: white;">Bonheur@BonTech</float>
<script type="text/javascript" src="script.js"></script>
<script src='//cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'
src='//cdn.jsdelivr.net/velocity/1.2.2/velocity.min.js'></script>
</body>
</html>