forked from sudz123/happy_hacking
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDjigolab.html
44 lines (42 loc) · 1.17 KB
/
Djigolab.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
36
37
38
39
40
41
42
43
44
.
<!DOCTYPE html>
<html>
<head>
<link href="style/style.css" type="text/css" rel="stylesheet" />
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Djigolab</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" media="screen" href="style/personal_page/Djigolab.css" />
<script src="main.js"></script>
</head>
<style>
li{
list-style-type: none;
top: 90%;
right: 90%;
position: absolute;
}
a{
text-decoration: none;
color: inherit;
}
</style>
<body>
<h1>Oh, hey.</h1>
<div class="github-card" data-github="Djigolab" data-width="400" data-height="150" data-theme="default"></div>
<div>
<footer>
<nav>
<ul>
<li>
<a href="./home.html">Home</a>
</li>
</ul>
</nav>
</footer>
</div>
<script src="//cdn.jsdelivr.net/github-cards/latest/widget.js"></script>
<br /><br /><center><a id="back_to_home" href="home.html">Go back to home</a></center>
</body>
</html>