-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
19 lines (19 loc) · 846 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="./style.css" />
<link rel='icon' type='image/png' href="./public/favicon.ico" />
<script src="https://use.fontawesome.com/7f18119439.js"></script>
<title>LifeBuilder</title>
</head>
<body id="root" background="./app/assets/images/bamboo.png">
<script type="application/javascript" src="app/assets/javascripts/bundle.js"></script>
<div class="middle" id="middle"></div>
<div class="footer" id="footer">
<a href="http://danielappel.io" id="portfolio">Created By Daniel Appel</a>
<a href= "https://github.com/danamansana"><i class="fa fa-github" aria-hidden="true"></i></a>
<a href= "https://www.linkedin.com/in/daniel-appel-9b7937151/"><i class="fa fa-linkedin-square" aria-hidden="true"></i></a>
</div>
</body>
</html>