-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
48 lines (46 loc) · 1.64 KB
/
Copy pathindex.html
File metadata and controls
48 lines (46 loc) · 1.64 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
48
---
layout: landing
---
<!-- Banner -->
<section id="banner">
<div class="inner">
<h2>{{ site.title }}</h2>
<p>{{ site.description | markdownify }}</p>
<ul class="actions">
<li><a href="{{ site.baseurl }}/currentError.html" class="button glitchy" data-text="Playlist">PL</a></li>
<li><a href="{{ site.baseurl }}/pictureError.html" class="button glitchy" data-text="Pictures">PICS</a></li>
</ul>
</div>
<a href="#one" class="more scrolly">Current Error</a>
<a href="{{ site.baseurl }}/pastErrors.html" class="moreleft scrolly">Past Errors</a>
</section>
<!-- One -->
<section id="one" class="wrapper">
<div class="small_inner">
<header class="major">
<h2>Current ERR0R Highlight</h2>
</header>
<ul class="icons major">
<iframe
width="100%"
height="300"
scrolling="no"
frameborder="no"
allow="autoplay"
src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/tracks/179022092&color=%23ff5500&auto_play=false&hide_related=false&show_comments=true&show_user=true&show_reposts=false&show_teaser=true&visual=true">
</iframe>
</ul>
</div>
</section>
<!-- CTA -->
<section id="cta" class="wrapper style4">
<div class="inner">
<header>
<h2>Still got ERR0RS ?</h2>
</header>
<ul class="actions vertical">
<li><a href="https://theuselessweb.com/" class="button fit special">DONT</a></li>
<li><a href="https://www.studio103.fr/" class="button fit">DOIT</a></li>
</ul>
</div>
</section>