Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
PSW2-D3TI01
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
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Julius Samosir
PSW2-D3TI01
Commits
fb0eb44a
Commit
fb0eb44a
authored
Jun 06, 2020
by
Visgha Olivia
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Upload New File
parent
c2b75033
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
107 additions
and
0 deletions
+107
-0
index.php
index.php
+107
-0
No files found.
index.php
0 → 100644
View file @
fb0eb44a
<!DOCTYPE html>
<html>
<head>
<title>
Mickie Holday!Funland
</title>
<!-- Bootstrap CSS -->
<link
rel=
"stylesheet"
href=
"css/bootstrap.min.css"
>
<!-- Site CSS -->
<link
rel=
"stylesheet"
href=
"style.css"
>
<!-- Colors CSS -->
<link
rel=
"stylesheet"
href=
"css/colors.css"
>
<!-- ALL VERSION CSS -->
<link
rel=
"stylesheet"
href=
"css/versions.css"
>
<!-- Responsive CSS -->
<link
rel=
"stylesheet"
href=
"css/responsive.css"
>
<!-- Custom CSS -->
<link
rel=
"stylesheet"
href=
"css/custom.css"
>
<!-- Modernizer for Portfolio -->
<script
src=
"js/modernizer.js"
></script>
<link
rel=
"shortcut icon"
href=
"images/logos/mikhol-logo.jpg"
type=
"image/x-icon"
/>
</head>
<!-- LOADER -->
<div
id=
"preloader"
>
<div
class=
"loading"
>
<div
class=
"finger finger-1"
>
<div
class=
"finger-item"
>
<span></span><i></i>
</div>
</div>
<div
class=
"finger finger-2"
>
<div
class=
"finger-item"
>
<span></span><i></i>
</div>
</div>
<div
class=
"finger finger-3"
>
<div
class=
"finger-item"
>
<span></span><i></i>
</div>
</div>
<div
class=
"finger finger-4"
>
<div
class=
"finger-item"
>
<span></span><i></i>
</div>
</div>
<div
class=
"last-finger"
>
<div
class=
"last-finger-item"
><i></i></div>
</div>
</div>
</div>
<!-- END LOADER -->
<body
style=
"background-image:url('images/apark.jpg'); background-size: cover;"
>
<!-- Modal -->
<!-- <div class="modal fade" id="login" tabindex="-1" role="dialog" aria-labelledby="myModalLabel"> -->
<div
class=
"modal-dialog"
role=
"document"
>
<div
class=
"modal-content"
>
<div
class=
"modal-header tit-up"
>
<center><img
src=
"images/logos/logo.png"
alt=
"image"
></center>
<center><h1
class=
"modal-title"
><strong>
Masuk akun
</strong></h1></center>
</div>
<div
class=
"modal-body customer-box row"
>
<div
class=
"col-md-12"
>
<div
class=
"tab-content"
>
<div
class=
"tab-pane active"
id=
"Login"
>
<form
role=
"form"
class=
"form-horizontal"
action=
"login_proses.php"
method=
"POST"
>
<div
class=
"form-group"
>
<div
class=
"col-sm-12"
>
<input
class=
"form-control"
name=
"username"
placeholder=
"Username"
type=
"text"
required
>
</div>
</div>
<div
class=
"form-group"
>
<div
class=
"col-sm-12"
>
<input
class=
"form-control"
name=
"password"
placeholder=
"Password"
type=
"password"
>
</div>
</div>
<div
class=
"row"
>
<div
class=
"col-sm-10"
>
<center><button
type=
"submit"
class=
"btn btn-light btn-radius btn-brd grd1"
>
Masuk
</button>
<p>
Belum punya akun?
<a
href=
"regis.php"
>
Daftar disini
</a></p>
</center>
</div>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- </div> -->
</body>
<!-- ALL JS FILES -->
<script
src=
"js/all.js"
></script>
<!-- ALL PLUGINS -->
<script
src=
"js/custom.js"
></script>
</html>
\ 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