-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
26 lines (25 loc) · 856 Bytes
/
Copy pathindex.html
File metadata and controls
26 lines (25 loc) · 856 Bytes
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
<!DOCTYPE html>
<html>
<head>
<link rel="icon" href="./logo.png" type="image/x-icon" />
<link rel="stylesheet" href="index.css" />
</head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-BK68R9NQFS"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-BK68R9NQFS');
</script>
<body>
<div class="header">
<a href="https://github.com/Rakhisharma/dowaqtkiroti" target="_blank">Github</a>
</div>
<div class="details typewriter">
<a href="https://twitter.com/atbrakhi" target="_blank">
<h1>Keemat samjho saahab </h1>
</a>
</div>
</body>
</html>