-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.php
More file actions
26 lines (19 loc) · 832 Bytes
/
index.php
File metadata and controls
26 lines (19 loc) · 832 Bytes
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
<html>
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
<title>LifeFLOW Digitarium: Grow a little bit! :)</title>
</head>
<body>
<p><a href="/" id="logo" rel="home" title="Home"><img alt="LifeWOW" src="img/LifeWOW.png" />LifeFLOW Digitarium: Grow a little bit! :)<img alt="Hearts" src="img/hearts.svg" width="60"></a><a href="#About">About LifeFLOW! :)</a> - <a href="#Embed">Embed LifeFLOW! :)</a> - <a href="#Music">Choose Your Music! :)</a> - <i><b><font color="green">Play with it like an electronic aquarium! :)</font></b></i></p>
<!--?xml version="1.0" encoding="UTF-8" standalone="no"?-->
<table border="0" cellpadding="1" cellspacing="1" style="width: 600px;">
<tbody>
<tr>
<td>
<?php
include './flow.php';
include './ui/ui.php';
include './ui/about.php';
?>
</body>
</html>