-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcompatibility.html
More file actions
62 lines (61 loc) · 2.26 KB
/
Copy pathcompatibility.html
File metadata and controls
62 lines (61 loc) · 2.26 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
---
layout: default
title: Website compatibility list
---
This website has been tested on (even if not recently):
<ul>
<li>Mozilla Firefox (that's where I develop it...), running on Linux, Windows and Android</li>
<li>Google Chrome (Ungoogled Chromium), same as above</li>
<li>Amiga iBrowse 3.0a, running under (probably) AmigaOS 3:
<br><br>
<div class="window image-block">
<div class="window-body" style="padding-bottom:10px;padding-right:5px;">
<!-- gee i do love hacks in my code -->
<div class="title-bar">
<div class="title-bar-text">Amiga iBrowse</div>
<div class="title-bar-controls">
<button aria-label="Close"></button>
</div>
</div>
<a href="/assets/imgs/amigaos.jpg"><img src="/assets/imgs/amigaos_small.webp"
alt="a picture showing the homepage of this website, though with missing colors, running on a computer clearly labeled as a custom made Amiga"
class="body-photo"></a>
</div>
</div>
<br>
</li>
<li>Nintendo DSi Browser (via FrogFind because the SSL certificates have long since expired):
<br><br>
<div class="window image-block">
<div class="window-body" style="padding-bottom:10px;padding-right:5px;">
<div class="title-bar">
<div class="title-bar-text">Nintendo DSi Browser</div>
<div class="title-bar-controls">
<button aria-label="Close"></button>
</div>
</div>
<a href="/assets/imgs/dsi-browser.jpg"><img src="/assets/imgs/dsi-browser_small.webp"
alt="a picture showing the homepage of this website, though with missing colors, running on a Nintendo DSi"
class="body-photo"></a>
</div>
</div>
<br>
</li>
<li> PlayStation 3 Browser (some flavor of ancient WebKit)
<br><br>
<div class="window image-block">
<div class="window-body" style="padding-bottom:10px;padding-right:5px;">
<div class="title-bar">
<div class="title-bar-text">The power of the CELL or something idk</div>
<div class="title-bar-controls">
<button aria-label="Close"></button>
</div>
</div>
<a href="/assets/imgs/ps3-browser.jpg"><img src="/assets/imgs/ps3-browser_small.webp"
alt="a picture showing the homepage of this website, though with missing colors, running on a PS3"
class="body-photo"></a>
</div>
</div>
<br>
</li>
</ul>