-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwebtest.html
More file actions
96 lines (87 loc) · 5.89 KB
/
webtest.html
File metadata and controls
96 lines (87 loc) · 5.89 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
<!DOCTYPE html>
<html>
<head>
<title>404's Website</title>
<meta content="404's Super Cool Website" property="og:title">
<meta content="discord embed moment (hopefully)" property="og:description">
<meta content="404.is-a.dev/" property="og:url">
<meta content="https://404.is-a.dev/images/embed.png" property="og:image">
<meta content="#43B581" data-react-helmet="true" name="theme-color">
<link rel="icon" href="./favicon.ico" sizes="any">
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="wrapper">
<div class="sidebar">
<div class="links">
<div class="empty-space" style="height: 70px;"></div>
<a href="https://github.com/404Dev-404/VibGAN/" class="links-padding">Training a GAN on Vibri Fanart and seeing what happens</a>
<a href="gamefeature/gamefeature.html" class="links-padding">game programming idea</a>
<a href="webtest.html" class="links-padding">seeing how well my website works on different devices</a>
<p>that's all the links man idk what to tell you</p>
<h1>BADGES</h1>
<a href="https://patents.google.com/patent/US20120022941A1/en"><img src="images/supportsSSL.png" title="ssm is ssl + (the number) ONE" width="124" height="62"></img></a>
<img src="images/dontclick.png" title="do not click it" width="124" height="62">
<br>
<a href="https://en.wikipedia.org/wiki/Vib-Ribbon"><img src="images/vibproved.png" title="totally unedited approval message"></a>
<a href="./images/3ds.png"><img src="images/workson3ds.png" title="it takes 35 seconds to load in on my 3ds and it doesn't even do it completely"/></a>
<br>
<a href="https://www.merriam-webster.com/dictionary/context"><img src="images/nocontext.jpg" title="credit for image goes to maru on discord" width="252" height="127.5"></a>
<br>
<a href="https://jazzbarisax.com"><img src="images/dreamihadonce.png" title="i had a dream once where i joined a discord server and baritone saxophones were banned for some reason" width="124" height="124"/></a>
</div>
</div>
<div class="topnav">
<div class="wordart blues"><a href="index.html" style="text-decoration: none;"><span class="text">GAME SHOW: DOES IT LOAD IT!!!!!</span></a></div>
</div>
<div class="main">
<div class="left-solo"> <!-- why is it called this -->
<br>
<p>If you look to your left under the badges section there is a badge reading "<i>Works on</i> 3DS". When clicked on it redirects to a picture showing my website running in the 3DS Internet Browser.</i></p>
<p>I decided to extend this idea by loading my website on any device that: </p>
<ol style="font-family: Candara">
<li>Has Internet access</li>
<li>Can reach the website</li>
</ol>
<br>
<h2>3DS: Rating 7/10</h2>
<img src="images/3ds.png">
<p>I'd like to note that this was done 4 months ago, so it's inaccurate.</p>
<p>The website took a long time to load in, the SR20DET GIF did not play, the "Uhh here is a badge" badge did not show up, and the logo/header did not move. It could be that the features were too new, the 3DS couldn't handle it, or the browser doesn't implement it.</p>
<br>
<h2>3DS [Retest]: Rating 7/10</h2>
<img src="images/3ds_redo.png">
<p>I retried it. Same issues as last time.</p>
<br>
<h2>PlayStation 3: Rating 10/10</h2>
<img src="images/ps3.png" width="90%">
<p>Worked perfectly (the PS3 is essentially a computer after all, OtherOS was a thing), although the animation didn't work but I didn't notice.</p>
<br>
<h2>Wii: Rating NaN/10</h2>
<p>Doesn't load.</p>
<br>
<h2>Windows 7/IE8: Rating NaN/10</h2>
<p>Someone told me (I forgot who, probably kazo) it didn't load and I tested it myself at one point and it also didn't load.</p>
<br>
<h2>DSi Browser (on 3DS): Rating NaN/10</h2>
<p>I think the DSi Browser is just the Wii one. Didn't load.</p>
<br>
<h2>HP EliteBook 840 G6: Rating 11/10</h2>
<img src="images/laptop.png" width="100%">
<p>I'm literally making this page on it right now.</p>
<br>
<h2>Safari on iPhone 11: Rating 7/10</h2>
<img src="images/iphone.png" width="25%"">
<p>It works and loads in but it's small and hard to navigate (I can't be bothered to make a mobile version though.)</p>
<br>
<h2>Chrome on my friend's Android (he said it <i>might</i> be a Samsung): Rating 7/10</h2>
<img src="images/samsung.png" width="25%">
<p>Same issue with iPhone, works, hard to navigate.</p>
<br>
<h2>Fire TV Stick: Rating TBD/10</h2>
<p>I have to check what's wrong with it because it's bootlooping, also I don't think there's even a browser for Fire TV.</p>
</div>
</div>
</div>
</body>
</html>