-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
33 lines (33 loc) · 951 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
24
25
26
27
28
29
30
31
32
33
<html>
<head>
<title>Beta Corp</title>
<style>
@import url('https://fonts.googleapis.com/css2?family=Ojuju&display=swap');
html {
background-color: white;
margin: 0;
font-family: 'Ojuju', sans-serif;
color: black;
}
body {
background-image: url("banner.jpg");
background-repeat: no-repeat;
margin: 0px;
padding: 64px;
}
h1 {
size: 64pt;
padding-bottom: 240px;
}
h2 { size: 14pt; }
</style>
<link href="favicon.png" rel="shortcut icon" type="image/x-icon">
</head>
<body>
<h1>Beta Corp</h1>
<h2>Commercial Aquaculture</h2>
<p>Farming cattle, pigs, or chickens is expensive, bad for the environment, and unprofitable. Invest in fish instead. It's cheap, predictable, and fabulous for ecosystems.</p>
<p>We teach you how, set you up with the right equipment and legal permits, and connect you to suppliers and customers.</p>
<p>Contact us at info @ ourdomain if you want to know more.</p>
</body>
</html>