-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
41 lines (39 loc) · 1.15 KB
/
index.html
File metadata and controls
41 lines (39 loc) · 1.15 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>PHP rssCloud Server</title>
<link rel="stylesheet" href="style.css">
<link rel="icon" type="image/png" href="images/cloud.png">
</head>
<body>
<header id="masthead" class="site-header">
<div class="site-branding">
<h1 class="site-title">
<img class="cloud" src="images/cloud.png"/><span class="p-name">rssCloud Server</span>
</h1>
</div>
</header>
<div class="wrapper log">
This is an rssCloud server implementation in PHP.
<br><br>
<hr size=1>
<br>
<p>
<li><a class="no_ul" href="docs">Documentation</a></li>
</p>
<p>
<li><a class="no_ul" href="pingForm">Ping Form</a></li>
</p>
<p>
<li><a class="no_ul" href="pleaseNotifyForm">Please Notify Form</a></li>
</p>
<p>
<li><a class="no_ul" href="cancelForm">Cancel Form</a></li>
</p>
<p>
<li><a class="no_ul" href="viewLog">View Log</a></li>
</p>
</div>
</body>
</html>