-
Notifications
You must be signed in to change notification settings - Fork 3
/
shiggy.html
69 lines (65 loc) · 2.75 KB
/
shiggy.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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>byeoon</title>
<link rel="icon" type="image/x-icon" href="img/favicon.ico">
<meta content="byeoon's site (SHIGGY EDITION)" property="og:title" />
<meta property="og:description" content="shiggie wiggie!!!!!!!!!">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta content="#3d329b" data-react-helmet="true" name="theme-color" />
<meta content="https://byeoon.github.io/img/shig.gif" property="og:image" />
<link rel="stylesheet" href="style.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/particles.js/2.0.0/particles.min.js"
integrity="sha512-Kef5sc7gfTacR7TZKelcrRs15ipf7+t+n7Zh6mKNJbmW+/RRdCW9nwfLn4YX0s2nO6Kv5Y2ChqgIakaC6PW09A=="
crossorigin="anonymous" referrerpolicy="no-referrer"></script>
</head>
<body>
<div class="main">
<div id="particles-js"></div>
<div class="coolcontainer">
<img src="https://avatars.githubusercontent.com/u/47872200?v=4"
style="border-radius: 50%; vertical-align: middle;" width="64px" height="64px">
<span
style="vertical-align:middle; text-shadow: 1px 2px 4px #0a0046, 0 0 1.5em #1b00b4, 0 0 1.2em #3c3877; padding: 12px;">>
byeoon </span>
<h4 class="roboto-regular" style="margin: 12px"> <a href="https://byeoon.github.io/">about</a> | <a
href="/portfolio.html">portfolio</a> | <a href="/credits.html">friens</a></h4>
<a href="https://wakatime.com/@62b44d9a-4919-4631-8e26-2047945637cb"><img
src="https://wakatime.com/badge/user/62b44d9a-4919-4631-8e26-2047945637cb.svg"
alt="Total time coded since Jun 30 2024" /></a>
</div>
<br>
<div class="coolcontainer">
<h4 class="roboto-regular">shiggy wiggy!!!!!</h4>
<img src="img/shig.gif">
<img src="img/viggy.gif" width="64px" height="64px">
<img src="img/shig.gif">
<img src="img/shig.gif">
<img src="img/viggy.gif" width="64px" height="64px">
<audio controls autoplay loop id="audio">
<source src="img/shiggy.ogg" type="audio/ogg" id="audio">
Your browser does not support the audio element. sad cat....
</audio>
<img src="img/shig.gif">
<img src="img/viggy.gif" width="64px" height="64px">
<img src="img/shig.gif">
<img src="img/shig.gif">
<img src="img/viggy.gif" width="64px" height="64px">
<br>
<br>
<!-- cool !!!!!! -->
</div>
</body>
<script>
particlesJS.load('particles-js', 'particlesjs-config.json', function () {
});
function playaudio() {
document.getElementById('audio').play();
}
$(document).ready(function () {
setTimeout(playaudio, 1000);
})
</script>
</html>