-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
33 lines (31 loc) · 1.03 KB
/
index.html
File metadata and controls
33 lines (31 loc) · 1.03 KB
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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>TaskMakerJS</title>
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.13/css/all.css"
integrity="sha384-DNOHZ68U8hZfKXOrtjWvjxusGo9WQnrNx2sqG0tfsghAvtVlRW3tvkXWZh58N9jp"
crossorigin="anonymous">
<link rel="stylesheet" href="./app/assets/main-style.css">
<script type="application/javascript" src="./app/assets/bundle.js"></script>
</head>
<body background = './app/assets/desktop_background.jpg'>
<canvas id="myCanvas"></canvas>
<div class="site-links-wrapper">
<div class="site-links">
<a href="https://www.linkedin.com/in/joshmleslie/"
target="_blank">
<i class="fab fa-linkedin-in"></i>
</a>
<a href="https://www.joshmleslie.com"
target="_blank">
JL
</a>
<a href="https://github.com/JoshMLeslie/TaskMakerJS"
target="_blank">
<i class="fab fa-github"></i>
</a>
</div>
</div>
</body>
</html>