-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
46 lines (37 loc) · 1.21 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
42
43
44
45
46
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/style.css">
<title>Carmelo 5 - main menu</title>
</head>
<body class="container-flud">
<section class="container">
<div class="container upperScreen">
</div>
<div class="container bottomBox">
<div class="row justify-content-center">
<div class="col-sm-2">
<img src="img/carm-2.png" alt="carm" class="player img-fluid float-right">
</div>
<div class="col-sm-10 actualBox" id="bg">
<div class="col-sm-6" id="testo">
</div>
</div>
</div>
</div>
</section>
<!-- Optional JavaScript -->
<!-- our script
-->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="js/jquery-3.4.1.min.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/carm.js"></script>
</body>
</html>