-
Notifications
You must be signed in to change notification settings - Fork 5
/
index.html
28 lines (28 loc) · 1.09 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Is it Vegan?</title>
<link rel="stylesheet" href="/fonts/inter.css" />
<link rel="stylesheet" href="/build/main.css" />
</head>
<body class="page-layout">
<main class="content" id="js-main-content"></main>
<div class="footer">
<div class="page-footer">
<div class="inner">
This site is developed publicly on <a href="https://github.com/isitvegan/isitvegan-web">GitHub</a>
where you can <a href="https://github.com/isitvegan/isitvegan-web/issues/new">report issues</a>.
<br />
<br />
© 2019 <a href="https://www.hohenheim.ch">Jan Hohenheim</a> and
<a href="https://tau.garden">Tau</a>.
The items are copyrighted by their sources.
</div>
</div>
</div>
<script src="/build/main.js"></script>
</body>
</html>