-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdesign.html
More file actions
executable file
·84 lines (73 loc) · 2.92 KB
/
design.html
File metadata and controls
executable file
·84 lines (73 loc) · 2.92 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<link rel="stylesheet" type="text/css" href="/style.css">
<link rel="stylesheet" type="text/css" href="/about.css">
<title>ARFNET</title>
</head>
<body>
<header>
<img src="arfnet_logo.png" width="64">
<span class="title"><strong>ARFNET</strong></span>
</header>
<hr>
<a class="home" href="/">Home</a><br>
<main>
<h2 class="center">arf20.com design philosophy</h2>
<div class="div">
<p>
ARFNET is characterized because of the love and tribute to the past internet. For that reason, this site must follow these rules:
</p>
<ul>
<li>Technical rules<ul>
<li>Be usable in Internet Explorer 1 and Netscape</li>
<li>HTTP allowed, and obsolete HTTPS protocols like SSLv2, SSLv3, TLSv1, and TLSv1.1 (+ modern protocols)</li>
<li>JS is strictly forbidden unless necessary for modern concepts like streaming</li>
<li>only necessary HTML5</li>
<li>PHP as backend language</li></ul>
<li>Design rules<ul>
<li>Leave default HTML font</li>
<li>Famous tiled background</li>
<li>Standard header for all pages</li>
<li>Desktop resolutions in mind, no mobile friendliness</li>
<li>Anything broken for MacOS or iOS (Safari), left as is. Apple does not deserve ARFNET.</li>
<li>Generally just take the minimum effort, the absolute easiest approach, because I don't have fucking time for anything.</li>
</ul>
</ul>
<br><center><audio controls autoplay src="gifbuttons/theme.mp3"></audio><br></center><br>
<img src="gifbuttons/800x600.gif">
<img src="gifbuttons/best_viewed_with_eyes.gif">
<img src="gifbuttons/bestvw.gif">
<img src="gifbuttons/antichrome.gif">
<img src="gifbuttons/antinft.gif">
<img src="gifbuttons/iebad.gif">
<img src="gifbuttons/iedie.gif">
<img src="gifbuttons/valid-bad.gif">
<img src="gifbuttons/google_stand.gif">
<img src="gifbuttons/microsoft_stop.gif">
<img src="gifbuttons/win10no.gif">
<img src="gifbuttons/keep.gif">
<img src="gifbuttons/jobsritchie.gif">
<img src="gifbuttons/msie.gif">
<img src="gifbuttons/netscape5.gif">
<img src="gifbuttons/gnu-linux.gif">
<img src="gifbuttons/xenia.gif">
<img src="gifbuttons/latex.gif">
<img src="gifbuttons/vim.gif">
<img src="gifbuttons/php_powered.gif">
<img src="gifbuttons/powered-by-debian.gif">
<img src="gifbuttons/powered-by-nginx.gif">
<img src="gifbuttons/powered-by-opnsense.png">
<img src="gifbuttons/proxmox.gif">
<img src="gifbuttons/powered-cpp.gif">
<img src="gifbuttons/gplv3.gif">
<img src="gifbuttons/gay.gif">
<img src="gifbuttons/bu12.gif">
<img src="gifbuttons/transnow2.gif">
<img src="gifbuttons/piracy.gif">
<img src="gifbuttons/tor.gif">
</div>
</main>
</body>
</html>