rename index file for various reasons
This commit is contained in:
32
server/mainpage-index.php
Normal file
32
server/mainpage-index.php
Normal file
@@ -0,0 +1,32 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>Welcome to MIT</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Welcome</h1>
|
||||
<p>...to the internal website storage server of Moshi Institute of Technology.</p>
|
||||
|
||||
<h3>For Students</h3>
|
||||
<p>To view publicly shared files like <strong>Software, Books and Images</strong>, please <a href="/public">click here</a>.</p>
|
||||
<p>Please visit the students' own websites on this server for more.</p>
|
||||
<p>There're currently following websites active:</p>
|
||||
<ul>
|
||||
<!-- This requires list-web-users.sh to be running (cron) which should
|
||||
create the output file here -->
|
||||
<?php include 'websites.txt'; ?>
|
||||
</ul>
|
||||
|
||||
<h3>For Teachers</h3>
|
||||
<p>Teachers can visit the internal shared files (password protected). Please visit <a href="/teachers">this website</a>.<p>
|
||||
|
||||
<h3>Important Links</h3>
|
||||
<ul>
|
||||
<li><a href="http://pma.web.intra">phpMyAdmin</a> - Administrate your MySQL database</li>
|
||||
<ul>
|
||||
<li>Alternatively <a href="http://pma.mit.tareo-tz.org">this address</a></li>
|
||||
</ul>
|
||||
<li><a href="http://www.tareo-tz.org">Website of TAREO</a> - Tanzania Rural Empowerment Organization which is running MIT</li>
|
||||
</ul>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user