-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
36 lines (28 loc) · 1.3 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
29
30
31
32
33
34
35
---
layout: null
---
<!DOCTYPE html>
<html>
<title>An Ethical Diet</title>
{% include meta.html %}
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.6.4/angular.min.js"></script>
<script src="angular-animation-counter.min.js"></script>
<link href="https://fonts.googleapis.com/css?family=PT+Sans" rel="stylesheet">
<link rel="shortcut icon" href="favicon-cutlery.ico">
<link href="styles.css" rel="stylesheet">
<!-- <script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-49990610-3', 'auto');
</script> -->
<body>
<h2 style="margin-bottom: -10px">An Ethical Diet: What are the impacts of our food choices?</h2>
<p>by <a href="http://www.dominik-peters.de">Dominik Peters</a> and <a href="https://github.com/DominikPeters/ethical.diet/graphs/contributors">other contributors</a>.
<br>First written: 11 Nov. 2016. Last updated: 4 Dec. 2017.</p>
{% include ng-app.html %}
<!--<script src="numbers.js"></script>-->
{% include script.html %}
</body>
</html>