-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.php
56 lines (53 loc) · 1.93 KB
/
index.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
<html>
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="//cdn.rawgit.com/TeaMeow/TocasUI/master/dist/tocas.min.css">
<title>ArOZ System</title>
</head>
<body>
<br>
<div class="ts container">
<h1>IMUS Laboratory</h1><br>
<h2>ArOZ Web Interface</h2>
<div class="ts pointing secondary big menu">
<a class="active item">Index</a>
<a class="item" href="music.php">Music</a>
<a class="item" href="video.php">Video</a>
<a class="item" href="photo.php">Photo</a>
<a class="item" href="upload/">Upload</a>
<a class="item" href="upload/uploads/">Upload Dir</a>
</div>
<div class="ts very narrow container">
<img class="ts fluid image" src="image/Banner.png">
</div>
<div class="ts text container">
<div class="ts slate">
<div class="icons">
<i class="Music outline icon"></i>
<i class="Record outline icon"></i>
<i class="Upload outline icon"></i>
</div>
<span class="header">ArOZ Online</span>
<span class="description">Thanks for using ArOZ Web based multimedia streaming package.</span>
<span class="description">Congratulation, you have successfully installed ArOZ System.</span>
</div>
<div class="ts basic padded slate">
<i class="Check Circle Outline symbol icon"></i>
<span class="header">Tips</span>
<span class="description">- You can upload video format files to Music Bank on the upload page.
<br>- Multi-language filename upload support!
<br>- Support only mp3 and mp4, but you can always edit the code to support more formats.
<br>- No Database needed, fully stand alone system.</span>
</div>
</div>
<div class="ts divider"></div>
<div class="ts grid">
<div class="two column row">
<div class="column"><p>CopyRight ArOZ System Omega, ArOZ Project, IMUS Laboratory 2016 </p>
</div>
<div class="column"><p align="right"><img class="ts small image" src="logo.png""></p></div>
</div>
</div>
</div>
</body>
</html>