-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.php
More file actions
90 lines (81 loc) · 2.75 KB
/
Copy pathabout.php
File metadata and controls
90 lines (81 loc) · 2.75 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
<html class="no-js" lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>OH! TO BE PRINCESS!!</title>
<link rel='shortcut icon' href='img/favicon.ico' type='image/x-icon'/ >
<?php
include 'cssincludes.php';
include 'jsincludes.php';
?>
</head>
<body>
<!-- Start Top Bar -->
<?php include 'php/titlebar.php'; ?>
<!-- Navigation -->
<?php include 'php/topnav.php'; ?>
<!-- End Navigation -->
<!-- End Top Bar -->
<div class="row columns centerContent">
<div class="columns">
<br />
<h2>ABOUT PRINCESS</h2>
<br />
<p>PRINCESS NIC IS MAKING PRINCESS NOONYE FIFTEEN YEARS AGO.</p>
<br />
<p>ORIGIN IS THAT NOONYE WAS PRINCESS WHO SAVES PRINCESS BY TEACHING THEM FUN</p>
<p>AND GOOD TIMES FOR DANCING. TEACHING PRINCESS THING TO PRINCESS</p>
<p>FOR BETTER HAPPINESS AND GOOD FRIENDS!! THE TOOL TO USE IS RPGMAKER.</p>
<br />
<p>THEN A SAD THING. THE GAME GETS DELETED BY AN ACCIDENTAL OTHER PERSON.</p>
<br />
<p>FIFTEEN YEARS HAPPENS LATER....</p>
<br />
<p>PRINCESS NIC HAS FRIEND THAT IS A PENGUIN. A PENGUIN IS THE WEBMAKER TO BE.</p>
<p>THEY MAKE WEBPAGE FOR NOONYE.</p>
<br />
<p>YOU CAN ALSO READ MORE INFORMATION ABOUT THIS THINGS <a href="#">HERE</a>.</p>
<br />
<br />
</div>
</div>
<!-- Start Audio Player -->
<div class="row column">
<div class='player-wrapper'>
<div class='foundation-player no-1'>
<ul class='player menu simple noselect'>
<li class='player-button play'>
<em class='fi-music'></em>
</li>
<li class='player-button rewind'>
<em class='fi-refresh'></em>
</li>
<li class='player-progress'>
<div class='progress round' role='progressbar'>
<div class='progress-meter played'></div>
</div>
</li>
<li class='player-status time'>
<span class='elapsed'>00:00</span>
</li>
<li class='player-button volume'>
<em class='fi-volume'></em>
</li>
<li class="volume-slider">
<div id="audioSlider"></div>
</li>
</ul>
<audio id="audio1" src="audio/Pinball_Spring.mp3" autoplay loop>
Your browser doesn't support this audio thingy. Get another one if you want to hear noises.
</audio>
</div>
<p><a href="http://incompetech.com/music/royalty-free/?keywords=pinball">'PINBALL SPRING'</a> BY <a href="http://incompetech.com/">KEVIN MACLEOD</a> IS PLAYING SONG! <a href="credits.php#story_mode_license">SEE LICENSE</a>.</p>
</div>
</div>
<!-- End Audio Player -->
<!-- Start Footer -->
<?php include 'php/footer.php'; ?>
<!-- End Footer -->
</body>
</html>