-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
24 lines (19 loc) · 862 Bytes
/
index.html
File metadata and controls
24 lines (19 loc) · 862 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="theme-color" content="bg-green-100" />
<link rel="apple-touch-icon" sizes="180x180" href="./src/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="./src/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="./src/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<link href="./src/output.css" rel="stylesheet">
<title>.: abacate.xyz :.</title>
</head>
<body class="bg-green-100">
<div class="h-screen p-10 flex justify-center items-center">
<img src="./images/techy_abacate.png" class="m-10 sm:max-w-md rounded-full border-8 border-green-800 drop-shadow-lg">
</div>
</body>
</html>