-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
107 lines (107 loc) · 3.98 KB
/
index.html
File metadata and controls
107 lines (107 loc) · 3.98 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
97
98
99
100
101
102
103
104
105
106
107
<!DOCTYPE html>
<html lang="en">
<head>
<link media="all" rel="stylesheet" href="./css/main.css">
<meta name="description" content="The world's very first instant forum.">
<title>Jaxboards - The free AJAX powered forum host</title>
<script>
addEventListener("DOMContentLoaded", (event) => {
document.querySelector("#year").innerHTML = new Date().getFullYear();
});
</script>
</head>
<body onload="if(top.location!=self.location) top.location=self.location">
<div id="container">
<div id="logo"><a href="https://jaxboards.github.io"> </a></div>
<div id="bar">
</div>
<div id="content">
<div class="box">
<div class="content">
<p>
Jaxboards is PHP/MySQL forum software and is semi-regularly
maintained.
</p>
<p>
It's pretty full-featured and offers a unique experience when
compared to other forum software, even today.
</p>
<p>
It delivers outstanding performance and creating themes is
relatively easy.
</p>
<p>
Follow development on <a
href="https://github.com/jaxboards/jaxboards">GitHub</a>
</p>
<p>
Check out a real-world use case on the <a
href="https://forums.bibbyteam.com/">Bibby Team forums</a>
</p>
<p>
Want to chat with us? We host an IRC channel on the <a
href="https://www.libera.chat/"
>Libera.chat</a> network. Be sure to follow <a
href="https://libera.chat/policies/"
>their policies</a> as well
as <a
href="https://www.upgraded.click/guidelines.html"
>our guidelines</a>. You can visit us on the <a
href="ircs://irc.libera.chat:6697/#jaxboards">#jaxboards</a>
channel. Don't have a client? Check us out on <a
href="https://www.irccloud.com/invite?channel=%23jaxboards&hostname=irc.libera.chat&port=6697&ssl=1"
>IRCCloud</a>
</div>
</div>
<div class="flex">
<div class="box mini box1">
<div class="title">Customizable</div>
<div class="content">
<p>
Jaxboards offers entirely new ways to make your forum look exactly
the way you want:
</p>
<ul>
<li>Easy CSS</li>
<li>Template access</li>
</ul>
</div>
</div>
<div class="box mini box2">
<div class="title">Stable & Secure</div>
<div class="content">
<p>
Jaxboards maintains the highest standards of efficient, optimized
software that can handle anything you throw at it.
</p>
</div>
</div>
<div class="box mini box3">
<div class="title">Real Time!</div>
<div class="content">
<p>
Everything that is
posted, messaged, or shared shows up instantly on the screen.
</p>
<p>
Save your refresh button.
</p>
</div>
</div>
</div>
</div>
</div>
<footer>
<img alt="W3C Validation" src="https://img.shields.io/w3c-validation/html?targetUrl=https%3A%2F%2Fjaxboards.github.io">
<a
href="https://www.irccloud.com/invite?channel=%23jaxboards&hostname=irc.libera.chat&port=6697&ssl=1"
target="_blank"
><img
alt="#jaxboards @ irc.libera.chat"
height="20"
src="https://img.shields.io/badge/IRC-%23jaxboards-1e72ff.svg?style=plastic"
></a>
<div id="copyright">JaxBoards © 2007-<span id="year">Today</span>, All Rights Reserved</div>
</footer>
</body>
</html>