-
Notifications
You must be signed in to change notification settings - Fork 0
/
food.html
24 lines (24 loc) · 871 Bytes
/
food.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
<!DOCTYPE html>
<html>
<head>
<title>Food | Ronnie Li</title>
<!-- the following line prevents phones from zooming the page out by default -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/png" href="./images/favouritecon.png">
<link href="https://fonts.googleapis.com/css?family=Nunito" rel="stylesheet">
<link rel="stylesheet" href="./css/content.css">
<link rel="stylesheet" href="./css/generic-page.css">
</head>
<body>
<a href="./" class="home-link"><img src="./images/svgification-attempt-of-logo.svg" alt="Go home"></a>
<div class="heading">
<img src="./images/food.jpeg" alt="Bikes">
<h1>Food</h1>
</div>
<div class="content">
<h1>Food</h1>
<p>You could call me a foodie.</p>
<p>Under construction</p>
</div>
</body>
</html>