-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
34 lines (28 loc) · 933 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
34
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="./assets/stylesheets/style.css">
<title>Hop-Hop</title>
</head>
<body>
<div class='both'>
<canvas id="myCanvas"></canvas>
<script src="./lib/bundle.js"></script>
<container>
<p><span class='span'>Made By</span> Dongjin Jill Xu</p>
<div class="github">
<img src="./assets/images/symbol.jpg" height="42" width="42">
<a href="https://github.com/dongjinxujill">Github</a>
</div>
<div class="linkedin">
<img src="./assets/images/symbol.jpg" height="42" width="42">
<a href="https://www.linkedin.com/in/dongjinxu"/>Linkedin</a>
</div>
<div class="portfolio">
<img src="./assets/images/symbol.jpg" height="42" width="42">
<a href="http://dongjinxu.com/"/>Portfolio</a>
</div>
</container>
<div>
</body>
</html>