-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
26 lines (26 loc) · 883 Bytes
/
about.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
<!DOCTYPE html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<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=Rubik&display=swap" rel="stylesheet">
<link rel="icon" href="https://raw.githubusercontent.com/withthelog/withthelog.xyz/refs/heads/main/favicon.ico">
<title>home</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="container">
<div class="text">
<h2>About</h2>
<br>
Instagram: <i>jb.pyw</i><br>
Discord: <i>jb.pyw</i>
<p></p>
</div>
<div class="buttons">
<button onclick="window.location.href='https://withthelog.xyz';">home</button>
</div>
</div>
</body>
</html>