-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
23 lines (22 loc) · 1014 Bytes
/
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-giJF6kkoqNQ00vy+HMDP7azOuL0xtbfIcaT9wjKHr8RbDVddVHyTfAAsrekwKmP1" crossorigin="anonymous">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Spartan:wght@900&display=swap" rel="stylesheet">
<link rel="stylesheet" href="./indexstyle.css">
<title>FOOD FACTORY</title>
</head>
<body>
<div class="container">
<div class="col-12 d-flex justify-content-center mainlogo">
<img class="imglogo" src="./MAINLOGO.svg">
</div>
<div class="col-12 d-flex justify-content-center">
<button type="button" class="btn-start"><a href="indexmain.html">START</a></button>
</div>
</div>
</body>
</html>