-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
43 lines (42 loc) · 1.6 KB
/
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
35
36
37
38
39
40
41
42
43
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="styles.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Syne+Mono&display=swap" rel="stylesheet">
</head>
<body>
<div class="center">
<p>Danish Mohammed
<ul>
<h4> My hobbies include biking, and drinking coffee, and learning things.</h4>
<p>per iudicium et error</p>
<a href="https://github.com/chihacknight/chn-ghost-buses">Ghost Buses</a>
<a href ="https://www.facebook.com/ChicagoCriticalMass">Biking Around the city!</a>
<a href="https://www.linkedin.com/in/danish-mohammed-37364954">My LinkedIn Page</a>
<a href="https://www.youtube.com/watch?v=SijXazsElZQ">My favorite type of coffee</a>
<a href="https://github.com/mrscraps13">Github page</a>
</ul>
</p>
</div>
<div>
<a href="mailto:[email protected]?subject=I like what you've got, show me what've got!"> Feel Free to reach out!
</a>
</div>
<div>
<html>
<head>
<title>Website Counter</title>
<script defer src="index.js"></script>
<link rel="stylesheet" href="styles.css" />
</head>
<body>
<div>Website visitor count:</div>
<div class="website-counter"></div>
<button id="reset">Reset</button>
</body>
</html>
</div>
</body>
</html>