Skip to content

Commit 5669f53

Browse files
committed
neocities widgets
1 parent f4ec448 commit 5669f53

File tree

7 files changed

+413
-166
lines changed

7 files changed

+413
-166
lines changed

neocities/lastfm.html

Lines changed: 0 additions & 64 deletions
This file was deleted.

neocities/stats.html

Lines changed: 0 additions & 60 deletions
This file was deleted.

neocities/status.html

Lines changed: 0 additions & 42 deletions
This file was deleted.

neocities/widgets/lastfm.html

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
<!doctype html>
2+
<html lang="de" xml:lang="de">
3+
<head>
4+
<title>last.fm</title>
5+
<meta content="text/html;charset=utf-8" http-equiv="Content-Type" />
6+
<meta charset="UTF-8" />
7+
<meta name="viewport" content="width=device-width,initial-scale=1" />
8+
<meta name="robots" content="noindex, nofollow" />
9+
<script src="widgets.js?nocache=1"></script>
10+
<style>
11+
body {
12+
background: 0 0;
13+
margin: 0;
14+
padding: 0;
15+
display: flex;
16+
flex-direction: column;
17+
}
18+
body main {
19+
margin: 0 auto;
20+
}
21+
#song {
22+
color: inherit;
23+
}
24+
</style>
25+
</head>
26+
<body>
27+
<main>
28+
<a data-credit="Widget by Petrapixel" href="https://petrapixel.neocities.org/coding/widgets" style="display: none"></a>
29+
<div id="marquee-holder"><noscript>Please enable JavaScript to see this widget.</noscript><a href="https://www.last.fm/" target="_blank" id="song">loading last.fm widget...</a></div>
30+
</main>
31+
</body>
32+
</html>

neocities/widgets/pollcode.html

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
<!doctype html>
2+
<html lang="de" xml:lang="de">
3+
<head>
4+
<title>pollcode</title>
5+
<meta content="text/html;charset=utf-8" http-equiv="Content-Type" />
6+
<meta charset="UTF-8" />
7+
<meta name="viewport" content="width=device-width,initial-scale=1" />
8+
<meta name="robots" content="noindex, nofollow" />
9+
<script src="widgets.js?nocache=1"></script>
10+
<style>
11+
body {
12+
background: 0 0;
13+
margin: 0;
14+
padding: 0;
15+
display: flex;
16+
flex-direction: column;
17+
}
18+
body main {
19+
margin: 0 auto;
20+
}
21+
</style>
22+
</head>
23+
<body>
24+
<main>
25+
<a data-credit="Widget by Petrapixel" href="https://petrapixel.neocities.org/coding/widgets" style="display: none"></a>
26+
<div id="marquee-holder">
27+
<noscript>Please enable JavaScript to see this widget.</noscript>
28+
<div id="pollcode"></div>
29+
</div>
30+
</main>
31+
</body>
32+
</html>

neocities/widgets/statuscafe.html

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
<!doctype html>
2+
<html lang="de" xml:lang="de">
3+
<head>
4+
<title>status</title>
5+
<meta content="text/html;charset=utf-8" http-equiv="Content-Type" />
6+
<meta charset="UTF-8" />
7+
<meta name="viewport" content="width=device-width,initial-scale=1" />
8+
<meta name="robots" content="noindex, nofollow" />
9+
<script src="widgets.js?nocache=1"></script>
10+
<style>
11+
body {
12+
background: 0 0;
13+
margin: 0;
14+
padding: 0;
15+
display: flex;
16+
flex-direction: column;
17+
}
18+
body main {
19+
margin: 0 auto;
20+
}
21+
</style>
22+
</head>
23+
<body>
24+
<main>
25+
<div class="aside-stats__stat-content" id="statuscafe">
26+
<noscript>Please enable JavaScript to see this widget.</noscript><a data-credit="Widget by Petrapixel" href="https://petrapixel.neocities.org/coding/widgets" style="display: none"></a>
27+
<div id="marquee-holder">
28+
<div id="statuscafe-username"></div>
29+
<div id="statuscafe-content"></div>
30+
</div>
31+
</div>
32+
</main>
33+
</body>
34+
</html>

0 commit comments

Comments
 (0)