-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
49 lines (36 loc) · 1.67 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
44
45
46
47
48
49
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>- square</title>
<meta name="owner" content="nikeedev">
<meta name="author" content="nikeedev">
<link rel="icon" href="square.ico" type="image/x-icon" sizes="any" />
<link rel="shortcut icon" href="square.ico" type="image/x-icon" sizes="any" />
<meta property="og:title" content="square">
<meta property="og:type" content="image" />
<meta property='og:image' content='https://nikeedev.stio.studio/square/square256_logo1.png' />
<meta property='og:image:secure_url' content='https://nikeedev.stio.studio/square/square256_logo1.png' />
<meta property='og:image:type' content='image/png' />
<meta property='og:image:width' content='300px' />
<meta property='og:image:height' content='300px' />
<meta property='og:image:alt' content="square - logo" />
<style>
.image {
text-align: center;
}
</style>
</head>
<body style="background: rgb(3,17,104);
background: linear-gradient(170deg, rgba(3,17,104,1) 0%, rgba(255,255,255,1) 100%); height: 100%;">
<div class="image"><img style="image-rendering: crisp-edges; width: 512px;" src="square.png" alt="square"></div>
<p style="font-family: monospace;">"■ - the square"<br>National Treasure of nikeedev<br>Link to full image: <a href="clean_square.png">square</a></p>
<script defer>
if (window.location.pathname.includes("index.html")) {
window.location.pathname += "/.."
}
</script>
<script defer type="module" src="https://stats.nikee.dev/script"></script>
</body>
</html>