-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
34 lines (32 loc) · 1.14 KB
/
index.html
File metadata and controls
34 lines (32 loc) · 1.14 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="_src">
<meta name="keywords" content="software development, tutorials, resources, coding, programming">
<meta name="author" content="Dr. Rubisco">
<link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="favicon-16x16.png">
<link rel="manifest" href="site.webmanifest">
<title>_src</title>
<style>
body {
display: flex;
justify-content: center;
align-items: center;
background-color: #0d1117;
height: 100vh;
margin: 0;
}
.center-image {
max-width: 100%;
max-height: 100%;
}
</style>
</head>
<body>
<a href="https://github.com/srclabs"><img src="https://raw.githubusercontent.com/srclabs/srclabs.dev/pub/image/_src.png" alt="_src" class="center-image"></a>
</body>
</html>