-
Notifications
You must be signed in to change notification settings - Fork 0
/
leftright.html
85 lines (77 loc) · 2.75 KB
/
leftright.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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
<!DOCTYPE HTML>
<!--
Dimension by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>PulluP Club</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<!--[if lte IE 9]><link rel="stylesheet" href="assets/css/ie9.css" /><![endif]-->
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
<link rel="stylesheet" href="assets/css/lolicon.css" />
</head>
<body>
<!-- Wrapper -->
<div id="wrapper">
<!-- Header -->
<header id="header">
<div class="logo">
</div>
<div class="content">
<div class="inner">
<h1>PulluP</h1>
<p><!--[-->The hightest enrichmenttier of autism one can obtain, <!--]--><br />
<!--[-->and the most shit coder you've ever seen.<!--]--></p>
</div>
</div>
<nav>
<ul>
<li><a href="https://steamcommunity.com/id/EPSU/">Steam</a></li>
<li><a href="https://twitter.com/WeaponizedWeeb">Twitter</a></li>
<li><a href="https://keybase.io/pullup">Keybase</a></li>
<li><a href="https://pastebin.com/raw/sd7GGD43">Show List</a></li>
<li><a href="ts3server://ts.pullup.club/?port=9987&nickname=Guest from PulluP.Club">TeamSpeak</a></li>
<img src="img/anime-left.png" class="anime-left" />
<img src="img/anime-right.png" class="anime-right" />
</ul>
</nav>
</header>
<!-- Footer -->
<footer id="footer">
<button class="footer" onclick="setMute()" type="button">Mute</button>
<audio id="tunes" autoplay preload="auto" tabindex="0" type="audio/mpeg">
<source type="audio/mp3" src="https://a.doko.moe/wuioyo.mp3">
Sorry, your browser does not support HTML5 audio.
</audio>
<script>
var vid = document.getElementById("tunes");
function setMute() {
vid.volume = 0;
}
</script>
<script>
var vid = document.getElementById("tunes");
vid.volume = 0.1;
vid.loop = false;
</script>
<p> </p>
<p class="footer"><a href="https://pullup.club/indexnewold.html">Old Look</a> | <a href="https://github.com/pullup/pullup.github.io/commits/master/index.html">History</a></p>
</footer>
</div>
<!-- BG -->
<div id="bg">
<video autoplay loop poster="/images/bg.png" id="bgvid">
<source src="/images/bg.webm" type="video/webm">
</video>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>