Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
RestoranPondokEdo
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Mei Romauli Sagala
RestoranPondokEdo
Commits
2ce2ad61
Commit
2ce2ad61
authored
May 23, 2017
by
Roy Junedi Simamora
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
penghapusan common/content.php dan perbaikan index.php
parent
f4f36df1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
25 additions
and
31 deletions
+25
-31
content.php
common/content.php
+0
-27
index.php
index.php
+25
-4
No files found.
common/content.php
deleted
100644 → 0
View file @
f4f36df1
<h1
style=
"color: #b92c28;"
>
<font
face=
"gothic"
size=
"40"
>
Welcome
</font>
</h1>
<h2
style=
"color: #c9302c"
>
to Restoran Pondok Edo
</h2>
<div
id=
"myCarousel"
class=
"carousel slide"
data-ride=
"carousel"
>
<ol
class=
"carousel-indicators"
>
<li
data-target=
"#myCarousel"
data-slide-to=
"0"
class=
"active"
></li>
<li
data-target=
"#myCarousel"
data-slide-to=
"1"
></li>
<li
data-target=
"#myCarousel"
data-slide-to=
"2"
></li>
</ol>
<div
class=
"carousel-inner"
role=
"listbox"
>
<div
class=
"item active"
><img
src=
"picture/slide1.jpg"
></div>
<div
class=
"item"
><img
src=
"picture/slide2.jpg"
></div>
<div
class=
"item"
><img
src=
"picture/slide3.jpg"
></div>
</div>
<a
class=
"left carousel-control"
href=
"#myCarousel"
role=
"button"
data-slide=
"prev"
>
<span
class=
"glyphicon glyphicon-chevron-left"
aria-hidden=
"true"
></span>
<span
class=
"sr-only"
>
Previous
</span>
</a>
<a
class=
"right carousel-control"
href=
"#myCarousel"
role=
"button"
data-slide=
"next"
>
<span
class=
"glyphicon glyphicon-chevron-right"
aria-hidden=
"true"
></span>
<span
class=
"sr-only"
>
Next
</span>
</a>
</div>
<br/>
index.php
View file @
2ce2ad61
...
@@ -2,10 +2,30 @@
...
@@ -2,10 +2,30 @@
require
(
'common/header.php'
);
require
(
'common/header.php'
);
echo
'<br>'
;
echo
'<br>'
;
?>
?>
<?php
require
(
'common/content.php'
);
<h1
style=
"color: #b92c28;"
>
<font
face=
"gothic"
size=
"40"
>
Welcome
</font>
</h1>
<h2
style=
"color: #c9302c"
>
to Restoran Pondok Edo
</h2>
echo
'<br>'
;
?>
<div
id=
"myCarousel"
class=
"carousel slide"
data-ride=
"carousel"
>
<ol
class=
"carousel-indicators"
>
<li
data-target=
"#myCarousel"
data-slide-to=
"0"
class=
"active"
></li>
<li
data-target=
"#myCarousel"
data-slide-to=
"1"
></li>
<li
data-target=
"#myCarousel"
data-slide-to=
"2"
></li>
</ol>
<div
class=
"carousel-inner"
role=
"listbox"
>
<div
class=
"item active"
><img
src=
"picture/slide1.jpg"
></div>
<div
class=
"item"
><img
src=
"picture/slide2.jpg"
></div>
<div
class=
"item"
><img
src=
"picture/slide3.jpg"
></div>
</div>
<a
class=
"left carousel-control"
href=
"#myCarousel"
role=
"button"
data-slide=
"prev"
>
<span
class=
"glyphicon glyphicon-chevron-left"
aria-hidden=
"true"
></span>
<span
class=
"sr-only"
>
Previous
</span>
</a>
<a
class=
"right carousel-control"
href=
"#myCarousel"
role=
"button"
data-slide=
"next"
>
<span
class=
"glyphicon glyphicon-chevron-right"
aria-hidden=
"true"
></span>
<span
class=
"sr-only"
>
Next
</span>
</a>
</div>
<br/>
<?php
<?php
require
(
'common/footer.php'
);
require
(
'common/footer.php'
);
?>
?>
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment