You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
584 B
HTML
22 lines
584 B
HTML
<!DOCTYPE html>
|
|
<html lang="en" dir="ltr">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Your Body Will Make Itself Heard</title>
|
|
<link rel="stylesheet" type="text/css" href="style.css">
|
|
<link href="https://fonts.googleapis.com/css?family=Inconsolata" rel="stylesheet">
|
|
</head>
|
|
<body style="background-color: #D3D3D3;">
|
|
<div class="title">
|
|
<h1>Your body will make itself heard</h1>
|
|
</div>
|
|
<div class="text">
|
|
<p>
|
|
A reflection on the potential end of food, as brought upon by meal replacements.
|
|
|
|
</p>
|
|
<img src="img/food.png" />
|
|
</div>
|
|
</body>
|
|
</html>
|