-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
43 lines (39 loc) · 1.72 KB
/
about.html
File metadata and controls
43 lines (39 loc) · 1.72 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
34
35
36
37
38
39
40
41
42
43
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-HXDXS43NCL"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-HXDXS43NCL');
</script>
<!DOCTYPE html>
<html lang="en">
<head>
<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=M+PLUS+Rounded+1c&family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&family=Sixtyfour&display=swap"
rel="stylesheet">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=0.6">
<title>@shall0e utility</title>
<link rel="stylesheet" href="/default.css">
</head>
<body>
<div class="content">
<h1 style="background: linear-gradient(135deg, #09ff00, #00ffff, #0004ff); background-clip: text; -webkit-text-fill-color: transparent;">/about.html</h1>
<h2>Who am I?</h2>
<p>My name is Shallow (Stylized as Shall0e), I'm a beginneer Web Developer.</p>
<p>Usually you can find me roaming around the internet.</p>
<h2>What is this site?</h2>
<p>This site is just a little project of mine. I work on it a lot, and constantly making changes.</p>
<p>It's mainly built for tools and utilities that I made for a bunch of platforms.</p>
<h2>Socials:</h2>
<p>You can reach out to me on Discord: @shall0e, or head to my Discord Server.</p>
<br>
<p>i made this site in a day lol</p>
</div>
<button class="home-button" onclick="window.location.href = '/'">🏠</button>
</body>
<script src="/default.js"></script>
</html>