-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
47 lines (37 loc) · 2.17 KB
/
index.html
File metadata and controls
47 lines (37 loc) · 2.17 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
44
45
46
47
<!--
____.__ ___ ___ .__ /\ ___________ _______ ____ __.__________ /\ __
| |__| ____ ____ / | \ __ __|__| / / \_ _____/ \ \ | |/ _|\______ \ / / ____ ____ | | _________
| | |/ \ / ___\ / ~ \ | \ | / / | __)_ / | \| < | _/ / / _/ __ \ / \| |/ /\_ __ \
/\__| | | | \/ /_/ > \ Y / | / | / / | \/ | \ | \ | | \ / / \ ___/| | \ < | | \/
\________|__|___| /\___ / \___|_ /|____/|__| / / /_______ /\____|__ /____|__ \ |____|_ / / / \___ >___| /__|_ \ |__|
\//_____/ \/ \/ \/ \/ \/ \/ \/ \/ \/ \/
GitHub: @enkr1 Instagram: @enkr1 YouTube: EnKr Beatbox
@enkr1 | ENKR | Pang Jing Hui | 彭競辉
-->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="referrer" content="origin" />
<meta name="description"
content="Pang Jing Hui, also known as EnKr, is a software developer and beatboxer. This is a pure HTML, CSS, and JS website developed and designed all by himself." />
<meta name="keywords"
content="enkr1, enkr, enkr beatbox, beatbox, singapore beatbox, asia beatboix, vonderie, vonderie beatbox, 555, 555 beatbox" />
<title>ENKR | Pang Jing Hui | 彭競辉</title>
<link rel="icon" href="https://cdn.discordapp.com/attachments/826877621061156904/841902004799668275/logo.gif"
type="image/gif" sizes="16x16" />
<link rel="stylesheet" href="css/main.css?v=2.0.2" />
</head>
<body class="is-loading">
<div id="profile-section"></div>
<div id="links-section"></div>
<div id="star-section"></div>
<div class="footer">
<p>© 2022 ENKR. All rights reserved.</p>
<p>Developed and designed by ENKR</p>
</div>
<script type="text/javascript" defer src="js/main.js"></script>
</body>
</html>