-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
46 lines (41 loc) · 1.1 KB
/
index.html
File metadata and controls
46 lines (41 loc) · 1.1 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
34
35
36
37
38
39
40
41
42
43
44
45
46
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<link
rel="icon"
href="https://avatars.githubusercontent.com/u/114168113?v=4"
/>
<title>Hacker30083: Homepage</title>
<link rel="stylesheet" href="./index.css" />
</head>
<header>
<h1>Hacker30083's homepage</h1>
<div class="profile">
<a href="https://github.com/hacker30083" target="no-open no-reffer">
<img
src=" https://avatars.githubusercontent.com/u/114168113?v=4"
alt="My GitHub profile"
/>
My GitHub
</a>
</div>
</header>
<body>
<main>
<div class="fav-proj-container">
<h1 class="fav-proj-header">Automatic timetable generator</h1>
<h3>By mk41 and me</h3>
<img src="resources/timetableGenerator.png" />
<div class="fav-proj-link">
<a target="noop
pen norefer" href="https://github.com/mk4i/tt">https://github.com/mk4i/tt</a>
</div>
</div>
</main>
</body>
<footer>
<p class="credit" id="copyright-text"></p>
</footer>
<script src="footer.js"></script>
</html>