-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
29 lines (26 loc) · 1.12 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
<!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">
<title>Document</title>
<!--<link rel="stylesheet" href="bootstrap.css"> -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" >
<link href="https://fonts.googleapis.com/css2?family=Long+Cang&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style.css">
<title>Coffee Page</title>
</head>
<body>
<div class="container">
<h1 class="hero">we are coming with coffee</h1>
<img class="ima img-thumbnail d-block mx-auto" src="coffee1.jpg" alt="coffee thumbnail">
<!-- <div class="text-center">
<img src="coffee1.jpg" class="ima img-thumbnail" alt="">
</div> -->
</div>
</body>
<script src="https://code.jquery.com/jquery-3.5.1.slim.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script>
</html>