-
Notifications
You must be signed in to change notification settings - Fork 0
/
ppservices.php
executable file
·63 lines (58 loc) · 1.63 KB
/
ppservices.php
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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<link rel="stylesheet" type="text/css" href="/style.css">
<title>ARFNET</title>
<style>
.title {
font-size: 36px;
}
header *{
display: inline-block;
}
* {
vertical-align: middle;
max-width: 100%;
}
li {
font-size: 20px;
}
.soon {
color: darkblue;
}
</style>
</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>
<h2>ARFNET Services</h2>
<ul>
<li>Public Services
<ul>
<li>Web Services<ul>
<li>Media library (films, series, software and books)</li>
<li>Web Streaming (RTMP in, HLS out)</li>
<li>arf20's old C/C++/C# repository archive</li>
<li><i>Memes</i></li>
</ul></li>
<li><a href="/iservices.php">Internet Services</a></li>
</ul></li>
<li>Private Services<ul>
<li>Web Hosting, Sites, and files within arf20.com (WordPress is <b><u>strictly forbidden</u></b>)</li>
<li>Game Server Hosting {Minecraft, FiveM, et cætera}</li>
<li>Bot Hosting {Discord, telegram...}</li>
<li>Storage by FTP & SFTP</li>
<li>arfCloud (Web Cloud Storage by HTTP)</li>
<li>Anything really</li>
<li>VPS (KVM VM) with SSH Shell Access (<b><u>no Windows</u></b>)</li>
<li>OpenVPN VPN</li></ul>
</li>
</ul>
<p>All services listed here are completely FREE (for friends xd). To hire a service, talk to me by discord if possible arf20#6509</p>
</body>
</html>